Error
public enum Error : Swift.Error
Replenishment errors.
-
No network connection.
Declaration
Swift
case networkError -
Replenishment is not allowed because secure wallet enrollment is not performed.
Declaration
Swift
case missingWalletSecureEnrollment -
Device Environment Unsafe error
Declaration
Swift
case deviceEnvironmentUnsafe(_: Swift.Error)Parameters
underlyingSwift Error
-
Client error.
Declaration
Swift
case clientError(_: String)Parameters
messageerror message.
-
Server error.
Declaration
Swift
case serverError(_: String) -
Unknown error encountered during replenishment.
Refer to the underlying error for more details.
Declaration
Swift
case unknown(_: Swift.Error) -
A localized message describing the error that occurred.
Declaration
Swift
public var description: String { get }
Error Enumeration Reference