CheckoutAuthContextGetError
public enum CheckoutAuthContextGetError : String, JsonApiResponse, WalletErrorApiResponse, Decodable, Encodable
Undocumented
-
Invalid authorization context
Declaration
Swift
case invalidContext = "InvalidContext"
-
Declaration
Swift
public init(from decoder: Decoder) throws