Error
public enum Error : Sendable, Swift.Error
Undocumented
-
deviceEnvironmentUnsafe error
Declaration
Swift
case deviceEnvironmentUnsafe(_: Swift.Error)Parameters
underlyingSwift Error
-
Client error.
Declaration
Swift
case clientError(_: String)Parameters
messageerror message.
-
Set AID mismatch.
Declaration
Swift
case aidInfoListMismatch -
Only Master Card V2 scheme is supported.
Declaration
Swift
case schemeNotSupported -
Thrown when the provided data exceeds the maximum allowed length of 14 bytes.
Declaration
Swift
case invalidWalletTransactionData -
Since: 7.2.0 Set AID is not supported for the card
Declaration
Swift
case featureNotSupported -
A localized message describing the error that occurred.
Declaration
Swift
public var description: String { get }
Error Enumeration Reference