WalletException

Wallet state-related errors (2xxx range).

Inheritors

Types

Link copied to clipboard
class AlreadyExists(message: String, cause: Throwable? = null) : WalletException

Wallet already exists error.

Link copied to clipboard
object Companion
Link copied to clipboard
class NotConnected(message: String = "Wallet is not connected", cause: Throwable? = null) : WalletException

Wallet not connected error.

Link copied to clipboard
class NotFound(message: String, cause: Throwable? = null) : WalletException

Wallet not found error.

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
open override fun toString(): String