Skip to main content
Enumeration
enum WalletError

Enumeration Cases

WalletError.deviceSignerNotSupported(_:)

case deviceSignerNotSupported(String)

WalletError.invalidChain(chain:)

case invalidChain(chain: Chain)

WalletError.invalidToken(token:)

case invalidToken(token: CryptoCurrency)

WalletError.serviceError(_:)

case serviceError(CrossmintServiceError)

WalletError.signerNotRegistered(_:)

case signerNotRegistered(String)

WalletError.transactionNotFound

case transactionNotFound

WalletError.walletCreationCancelled

case walletCreationCancelled

WalletError.walletCreationFailed(_:)

case walletCreationFailed(String)

WalletError.walletGeneric(_:)

case walletGeneric(String)

WalletError.walletInvalidCredentials

case walletInvalidCredentials

WalletError.walletInvalidSignerProvided

case walletInvalidSignerProvided

WalletError.walletInvalidType(_:)

case walletInvalidType(String)

WalletError.walletLocatorError(_:)

case walletLocatorError(String)

WalletError.walletNotFound

case walletNotFound

Instance Properties

code

Inherited from CrossmintError.code.
var code: String { get }

message

Inherited from CrossmintError.message.
var message: String { get }

recoverySuggestion

Inherited from CrossmintError.recoverySuggestion.
var recoverySuggestion: String? { get }

underlyingError

Inherited from CrossmintError.underlyingError.
var underlyingError: (any Error)? { get }