Wraps an error to give more information about its type
Error
↳ PolymeshError
code
data
message
name
stack
• code: ErrorCodearrow-up-right
Defined in src/base/PolymeshError.ts:16arrow-up-right
Optional
• data? : Record‹string, unknown›
Defined in src/base/PolymeshError.ts:18arrow-up-right
• message: string
Inherited from PolymeshError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
• name: string
Inherited from PolymeshError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
• stack? : undefined | string
Inherited from PolymeshError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
Static
▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984
Last updated 3 years ago
Was this helpful?