Error

public enum Error : Sendable, Swift.Error

Undocumented

  • deviceEnvironmentUnsafe error

    Declaration

    Swift

    case deviceEnvironmentUnsafe(_: Swift.Error)

    Parameters

    underlying

    Swift Error

  • Client error.

    Declaration

    Swift

    case clientError(_: String)

    Parameters

    message

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