Error
public enum Error : Sendable
extension WalletSecureEnrollmentService.Error: Error
Wallet secure enrollment service error
-
The Device Environment is not safe.
Declaration
Swift
case deviceEnvironmentUnsafe(_: Swift.Error)Parameters
underlyingSwift 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
underlyingSwift Error
-
Server error.
Declaration
Swift
case serverError(_: String) -
Client error.
Declaration
Swift
case clientError(_: String)Parameters
messageerror message.
-
A localized message describing the error that occurred.
Declaration
Swift
public var description: String { get }
Error Enumeration Reference