EligibleError
public enum EligibleError : Sendable, CaseIterable, Swift.Error
Card Digitization Check eligibility error: Returns the reason why the elibility check failed.
-
The specified FPAN is not eligible
Declaration
Swift
case fpanNotEligible -
The BIN is not recognized
Declaration
Swift
case unknownBIN -
The Card product is Unknown
Declaration
Swift
case unknownCardProduct -
This type of Card product not supported
Declaration
Swift
case cardProductNotSupported -
The CVV supplied is incorrect
Declaration
Swift
case incorrectCVV -
This Card is already provisioned in the wallet
Declaration
Swift
case cardAlreadyProvisionedInWallet -
This Device is not eligible
Declaration
Swift
case deviceNotEligible -
The Card Data received is invalid
Declaration
Swift
case invalidCardData -
Unknown wallet provider id
Declaration
Swift
case unknownWalletProviderID -
An operation is already in progress
Declaration
Swift
case operationAlreadyOngoing -
Unknown Wallet Application ID
Declaration
Swift
case unknownWalletApplicationID -
This card has exceeded the number of times it can be provisioned
Declaration
Swift
case exceedCountForCardProvisioning -
A resource could not be found
Declaration
Swift
case resourceNotFound -
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 }
EligibleError Enumeration Reference