Comment on page
WalletError
Error
↳WalletError
• new WalletError(
message?
, error?
)Parameters
Name | Type |
---|---|
message? | string |
error? | any |
Overrides
Error.constructor
Defined in
•
Optional
cause: unknown
Inherited from
Error.cause
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:26
• error:
any
Defined in
• message:
string
Inherited from
Error.message
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1041
• name:
string
Inherited from
Error.name
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1040
•
Optional
stack: string
Inherited from
Error.stack
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1042
Last modified 1mo ago