Error

public enum Error : Sendable
extension WalletSecureEnrollmentService.Error: Error

Wallet secure enrollment service error

  • Computing Auth Value failed due to certificate exception

    Declaration

    Swift

    case failedAuthnValueCertException
  • Initialize session error

    Declaration

    Swift

    case initSessionError
  • Storage access error

    Declaration

    Swift

    case storageAccessError
  • No network connection.

    Declaration

    Swift

    case networkError
  • unknown error

    Declaration

    Swift

    case unknown(_: Swift.Error)

    Parameters

    underlying

    Swift Error

  • Server error.

    Declaration

    Swift

    case serverError(_: String)
  • Client error.

    Declaration

    Swift

    case clientError(_: String)

    Parameters

    message

    error message.

  • A localized message describing the error that occurred.

    Declaration

    Swift

    public var description: String { get }