OPCardErrorType
@objc
public enum OPCardErrorType : Int, CustomStringConvertiblePossible card error codes when there was an error tokenizing a card. These values can be
accessed from the OPError.cardErrorType property.
- 
                  
                  The card number is not a valid credit card number. DeclarationSwift case invalidNumber
- 
                  
                  The card has an invalid expiration month. DeclarationSwift case invalidExpMonth
- 
                  
                  The card has an invalid expiration year. DeclarationSwift case invalidExpYear
- 
                  
                  The card has an invalid CVC. DeclarationSwift case invalidCVC
- 
                  
                  The card number is incorrect. DeclarationSwift case incorrectNumber
- 
                  
                  The card is expired. DeclarationSwift case expiredCard
- 
                  
                  The card was declined. DeclarationSwift case cardDeclined
- 
                  
                  The card has an incorrect CVC. DeclarationSwift case incorrectCVC
- 
                  
                  An error occured while processing this card. DeclarationSwift case processingError
- 
                  
                  The postal code is incorrect. DeclarationSwift case incorrectZip
- 
                  
                  An unknown or unaccounted-for error occured DeclarationSwift case unknownCardError
- 
                  
                  A string representation of this enum DeclarationSwift public var description: String { get }
 OPCardErrorType Enumeration Reference
        OPCardErrorType Enumeration Reference