Error
public enum Error : Sendable, Equatable
extension TSHPay.Error: Error
TSH Pay Errors.
-
The Device Environment is not safe.
Declaration
Swift
case deviceEnvironmentUnsafe(_: Swift.Error)Parameters
underlyingSwift Error
-
An error occuring on the client side.
Declaration
Swift
case clientError(_: String)Parameters
messageThe error message.
-
A configuration error.
Declaration
Swift
case configurationError -
An error occurring during the reset process.
Declaration
Swift
case reset(_: String)Parameters
messageThe error message.
-
A localized message describing the error that occurred.
Declaration
Swift
public var description: String { get }
Error Enumeration Reference