WalletError
Last updated
Was this helpful?
Last updated
Was this helpful?
/ WalletError
Defined in:
Error
new WalletError(
message?
,error?
):WalletError
Parameters
message?
string
error?
any
Returns
WalletError
Overrides
Error.constructor
optional
cause:unknown
Defined in: aleo-wallet-adapter/packages/core/base/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Error.cause
error:
any
message:
string
Defined in: aleo-wallet-adapter/packages/core/base/node_modules/typescript/lib/lib.es5.d.ts:1054
Inherited from
Error.message
name:
string
Defined in: aleo-wallet-adapter/packages/core/base/node_modules/typescript/lib/lib.es5.d.ts:1053
Inherited from
Error.name
optional
stack:string
Defined in: aleo-wallet-adapter/packages/core/base/node_modules/typescript/lib/lib.es5.d.ts:1055
Inherited from
Error.stack
static
optional
prepareStackTrace: (err
,stackTraces
) =>any
Defined in: node_modules/@types/node/globals.d.ts:98
Optional override for formatting stack traces
Parameters
err
Error
stackTraces
CallSite
[]
Returns
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Inherited from
Error.prepareStackTrace
static
stackTraceLimit:number
Defined in: node_modules/@types/node/globals.d.ts:100
Inherited from
Error.stackTraceLimit
static
captureStackTrace(targetObject
,constructorOpt?
):void
Defined in: node_modules/@types/node/globals.d.ts:91
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt?
Function
Returns
void
Inherited from
Error.captureStackTrace
Defined in:
Defined in: