Wallet

sealed class Wallet : PortalException

Base exception class for wallet-related errors.

This class serves as the parent for all recoverable errors related to wallet operations.

Inheritors

Types

Link copied to clipboard

Thrown when the wallet is in an invalid state.

Link copied to clipboard

Thrown when there is no wallet share available on device storage.

Properties

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