# WCSessionError

kycdao-mobile - v0.1.0 / WCSessionError

An Error class that describes a WalletConnectSession related error. Has a message and optional associated wallet data. Wallet data only available on iOS

# Hierarchy

  • Error

    WCSessionError

# Table of contents

# Constructors

  • constructor

# Properties

  • wallet

# Constructors

# constructor

new WCSessionError(message, wallet?)

# Parameters

Name Type
message string
wallet? Wallet

# Overrides

Error.constructor

# Defined in

WalletConnect/WalletConnectModels.tsx:62

# Properties

# wallet

Optional wallet: Wallet

The wallet associated with the failed session

# Defined in

WalletConnect/WalletConnectModels.tsx:60