Version: 0.15.2

WalletError

Hierarchy

Index

Constructors

Properties

Constructors

constructor

+ new WalletError(attemptedAction: string, source: Error, callParams: any): WalletError

Defined in src/swap.ts:9

Parameters:

NameType
attemptedActionstring
sourceError
callParamsany

Returns: WalletError

Properties

attemptedAction

attemptedAction: string

Defined in src/swap.ts:11


callParams

callParams: any

Defined in src/swap.ts:13


message

message: string

Inherited from Problem.message

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:974


name

name: string

Inherited from Problem.name

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:973


source

source: Error

Defined in src/swap.ts:12


Optional stack

stack? : undefined | string

Inherited from Problem.stack

Overrides Problem.stack

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:975


Static Error

Error: ErrorConstructor

Defined in node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:984