CheckoutTokenIssueExecuteError
public enum CheckoutTokenIssueExecuteError : Decodable, Encodable, JsonApiResponse, WalletErrorApiResponse
Undocumented
-
Failed authorization. The application should proceed to authorization
Declaration
Swift
case authRequired
-
The process of issuing a payment token expired or token has already been issued in the framework of this process.
Declaration
Swift
case authExpired
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws