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 -
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