For the complete documentation index, see llms.txt. This page is also available as Markdown.

PolymeshError

Wraps an error to give more information about its type

Hierarchy

Index

Properties

Properties

code

code: ErrorCode

Defined in src/base/PolymeshError.ts:16


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

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?