WalletLoadError

@demox-labs/aleo-wallet-adapter-base


@demox-labs/aleo-wallet-adapter-base / WalletLoadError

Class: WalletLoadError

Defined in: aleo-wallet-adapter/packages/core/base/errors.ts:15

Extends

Constructors

Constructor

new WalletLoadError(message?, error?): WalletLoadError

Defined in: aleo-wallet-adapter/packages/core/base/errors.ts:5

Parameters

message?

string

error?

any

Returns

WalletLoadError

Inherited from

WalletError.constructor

Properties

cause?

optional cause: unknown

Defined in: aleo-wallet-adapter/packages/core/base/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

WalletError.cause


error

error: any

Defined in: aleo-wallet-adapter/packages/core/base/errors.ts:2

Inherited from

WalletError.error


message

message: string

Defined in: aleo-wallet-adapter/packages/core/base/node_modules/typescript/lib/lib.es5.d.ts:1054

Inherited from

WalletError.message


name

name: string = 'WalletLoadError'

Defined in: aleo-wallet-adapter/packages/core/base/errors.ts:16

Overrides

WalletError.name


stack?

optional stack: string

Defined in: aleo-wallet-adapter/packages/core/base/node_modules/typescript/lib/lib.es5.d.ts:1055

Inherited from

WalletError.stack


prepareStackTrace()?

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

WalletError.prepareStackTrace


stackTraceLimit

static stackTraceLimit: number

Defined in: node_modules/@types/node/globals.d.ts:100

Inherited from

WalletError.stackTraceLimit

Methods

captureStackTrace()

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

WalletError.captureStackTrace

Last updated

Was this helpful?