WalletSendTransactionError

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


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

Class: WalletSendTransactionError

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

Extends

Constructors

Constructor

new WalletSendTransactionError(message?, error?): WalletSendTransactionError

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

Parameters

message?

string

error?

any

Returns

WalletSendTransactionError

Inherited from

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


error

error: any

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

Inherited from


message

message: string

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

Inherited from


name

name: string = 'WalletSendTransactionError'

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

Overrides


stack?

optional stack: string

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

Inherited from


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


stackTraceLimit

static stackTraceLimit: number

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

Inherited from

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?