Leo Wallet Docs
Home
  • Wallet Adapter for Aleo Apps
  • packages
    • ui
      • docs
        • modules
        • interfaces
          • WalletIconProps
          • WalletModalContextState
          • WalletModalProps
          • WalletModalProviderProps
    • core
      • base
        • docs
          • modules
          • classes
            • BaseMessageSignerWalletAdapter
            • BaseSignerWalletAdapter
            • BaseWalletAdapter
            • Deployment
            • EventEmitter-1
            • Transaction
            • Transition
            • WalletAccountError
            • WalletConfigError
            • WalletConnectionError
            • WalletDecryptionError
            • WalletDecryptionNotAllowedError
            • WalletDisconnectedError
            • WalletDisconnectionError
            • WalletError
            • WalletKeypairError
            • WalletLoadError
            • WalletNotConnectedError
            • WalletNotReadyError
            • WalletNotSelectedError
            • WalletPublicKeyError
            • WalletRecordsError
            • WalletSendTransactionError
            • WalletSignMessageError
            • WalletSignTransactionError
            • WalletTimeoutError
            • WalletTransactionError
            • WalletWindowBlockedError
            • WalletWindowClosedError
          • enums
            • DecryptPermission
            • WalletAdapterNetwork
            • WalletReadyState
          • interfaces
            • AleoDeployment
            • AleoTransaction
            • AleoTransition
            • EventEmitter.EventEmitterStatic
            • EventEmitter.ListenerFn
            • MessageSignerWalletAdapterProps
            • SignerWalletAdapterProps
            • WalletAdapterEvents
            • WalletAdapterProps
          • modules
            • EventEmitter
      • react
        • docs
          • modules
          • interfaces
            • Wallet
            • WalletContextState
            • WalletProviderProps
    • wallets
      • leo
        • docs
          • modules
          • classes
            • LeoWalletAdapter
          • interfaces
            • LeoWallet
            • LeoWalletAdapterConfig
            • LeoWalletEvents
            • LeoWindow
Powered by GitBook
On this page
  • Class: WalletError
  • Hierarchy
  • Table of contents
  • Constructors
  • Properties

Was this helpful?

  1. packages
  2. core
  3. base
  4. docs
  5. classes

WalletError

PreviousWalletDisconnectionErrorNextWalletKeypairError

Last updated 11 months ago

Was this helpful?

/ / WalletError

Class: WalletError

Hierarchy

  • Error

    ↳ WalletError

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

    ↳↳

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

@demox-labs/aleo-wallet-adapter-base
Exports
WalletNotReadyError
WalletLoadError
WalletConfigError
WalletConnectionError
WalletNotSelectedError
WalletDisconnectedError
WalletDisconnectionError
WalletAccountError
WalletPublicKeyError
WalletKeypairError
WalletNotConnectedError
WalletSendTransactionError
WalletSignMessageError
WalletSignTransactionError
WalletTimeoutError
WalletWindowBlockedError
WalletWindowClosedError
WalletDecryptionNotAllowedError
WalletDecryptionError
WalletRecordsError
WalletTransactionError
errors.ts:5
errors.ts:2
constructor
cause
error
message
name
stack