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:974
• name: string
Inherited from PolymeshError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
Optional stack• stack? : undefined | string
Inherited from PolymeshError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975
Static Error▪ Error: ErrorConstructor
Defined in node_modules/typescript/lib/lib.es5.d.ts:984
Last updated
Was this helpful?
Was this helpful?