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