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 Launcher
Declaration
Swift
case applePayLauncherError - 
                  
                  
An authentication error
Declaration
Swift
case authenticationError - 
                  
                  
Other general errors
Declaration
Swift
case generalError - 
                  
                  
A string representation of this enum
Declaration
Swift
public var description: String { get }