Leo Wallet Docs
Ask or search…
K
Links
Comment on page

WalletError

Class: WalletError

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new WalletError(message?, error?)
Parameters
Name
Type
message?
string
error?
any
Overrides
Error.constructor
Defined in

Properties

cause

Optional cause: unknown
Inherited from
Error.cause
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:26

error

error: any
Defined in

message

message: string
Inherited from
Error.message
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1041

name

name: string
Inherited from
Error.name
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1040

stack

Optional stack: string
Inherited from
Error.stack
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1042