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