VGSValidationErrorType
public enum VGSValidationErrorType : String
Default validation error types
-
Default Validation error for
VGSValidationRulePattern
Declaration
Swift
case pattern = "PATTERN_VALIDATION_ERROR"
-
Default Validation error for
VGSValidationRuleLength
Declaration
Swift
case length = "LENGTH_VALIDATION_ERROR"
-
Default Validation error for
VGSValidationRuleLength
Declaration
Swift
case lengthMathes = "LENGTH_RANGE_MATCH_VALIDATION_ERROR"
-
Default Validation error for
VGSValidationRuleCardExpirationDate
Declaration
Swift
case expDate = "EXPIRATION_DATE_VALIDATION_ERROR"
-
Default Validation error for
VGSValidationRuleDateRange
Declaration
Swift
case date = "DATE_VALIDATION_ERROR"
-
Default Validation error for
VGSValidationRulePaymentCard
Declaration
Swift
case cardNumber = "CARD_NUMBER_VALIDATION_ERROR"
-
Default Validation error for
VGSValidationRuleLuhnCheck
Declaration
Swift
case luhnCheck = "LUHN_ALGORITHM_CHECK_VALIDATION_ERROR"