ManageCardError
public enum ManageCardError : Sendable, Swift.Error
Errors encountered for
-
The authentication token is incorrect
Declaration
Swift
case incorrectAuthenticationToken -
The Wallet provider ID is unknown
Declaration
Swift
case unknownWalletProviderID -
The wallet ID is unknown
Declaration
Swift
case unknownWalletID -
The Digital Card ID is unknown
Declaration
Swift
case unknownDigitalCardID -
The card state does not allow the requested operation
Declaration
Swift
case cardStateDoesNotAllowRequestedOperation -
An operation is already in progress
Declaration
Swift
case operationAlreadyOngoing -
Unexpected internal error
Declaration
Swift
case unexpectedInternalError -
The external system is unavailable
Declaration
Swift
case externalSystemUnavailable -
The Issuer ID is unknown
Declaration
Swift
case unknownIssuerID -
The Card ID is unknown
Declaration
Swift
case unknownCardID -
A localized message describing the error that occurred.
Declaration
Swift
public var description: String { get }
ManageCardError Enumeration Reference