BTSEPADirectDebitError
public enum BTSEPADirectDebitError : Int, Error, CustomNSError, LocalizedError, Equatable
Error details associated with SEPA Direct Debit.
-
- Unknown error
Declaration
Swift
case unknown -
- SEPA Direct Debit flow was canceled by the user.
Declaration
Swift
case webFlowCanceled -
- The URL returned from the web flow was invalid.
Declaration
Swift
case resultURLInvalid -
- The result of the create mandate request was nil and no error was returned.
Declaration
Swift
case resultReturnedNil -
- The approval URL is invalid.
Declaration
Swift
case approvalURLInvalid -
- The web authentication session result was nil and no error was returned.
Declaration
Swift
case authenticationResultNil -
- A body was not returned from the API during the request.
Declaration
Swift
case noBodyReturned -
- Unable to create BTSEPADirectDebitNonce
Declaration
Swift
case failedToCreateNonce -
- Deallocated BTSEPADirectDebitClient
Declaration
Swift
case deallocated -
Declaration
Swift
public static var errorDomain: String { get } -
Declaration
Swift
public var errorCode: Int { get } -
Declaration
Swift
public var errorDescription: String? { get }
View on GitHub