Error
public enum Error : Sendable, Swift.Error
Card enrollment service error
-
Client error.
Declaration
Swift
case clientError(_: String)Parameters
messageThe error message.
-
Server error.
Declaration
Swift
case serverError(_: String)Parameters
messageThe error message.
-
No network connection.
Declaration
Swift
case networkError -
Device Environment Unsafe error
Declaration
Swift
case deviceEnvironmentUnsafe(_: Swift.Error)Parameters
underlyingSwift Error
-
Unknown error
Declaration
Swift
case unknown(_: Swift.Error)Parameters
underlyingSwift Error
-
A localized message describing the error that occurred.
Declaration
Swift
public var description: String { get }
Error Enumeration Reference