OPErrorType
@objc
public enum OPErrorType : Int, CustomStringConvertible
Possible error code values for OPErrors (NSErrors with the OPError.oloPayDomain
domain
-
Trouble connecting to servers
Declaration
Swift
case connectionError
-
Request has invalid parameters
Declaration
Swift
case invalidRequestError
-
General-purpose API error
Declaration
Swift
case apiError
-
Something was wrong with the card details
Declaration
Swift
case cardError
-
Operation was cancelled
Declaration
Swift
case cancellationError
-
Something was wrong with the Apple Pay Context
Declaration
Swift
case applePayContextError
-
Other general errors
Declaration
Swift
case generalError
-
Declaration
Swift
public var rawValue: Int { get }
-
A string representation of this enum
Declaration
Swift
public var description: String { get }