PolymeshError
Wraps an error to give more information about its type
Hierarchy
↳ PolymeshError
Index
Properties
Properties
code
• code: ErrorCode
Defined in src/base/PolymeshError.ts:16
Optional
data
Optional
data• data? : Record‹string, unknown›
Defined in src/base/PolymeshError.ts:18
message
• message: string
Inherited from PolymeshError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:1023
name
• name: string
Inherited from PolymeshError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:1022
Optional
stack
Optional
stack• stack? : undefined | string
Inherited from PolymeshError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:1024
Static
Error
Static
Error▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:1033
Last updated