lib/braintree/error_codes.rb in braintree-2.101.0 vs lib/braintree/error_codes.rb in braintree-2.102.0
- old
+ new
@@ -179,10 +179,11 @@
KindIsInvalid = "84901"
FileIsTooLarge = "84902"
FileTypeIsInvalid = "84903"
FileIsMalformedOrEncrypted = "84904"
FileIsTooLong = "84905"
+ FileIsEmpty = "84906"
end
module PayPalAccount
AuthExpired = "92911"
CannotHaveBothAccessTokenAndConsentCode = "82903"
@@ -764,9 +765,31 @@
MerchantAccountIsSuspended = "94205"
MerchantAccountIsForbidden = "94206"
MerchantAccountCannotBeSubMerchantAccount = "94208"
AccountTypeIsInvalid = "942184"
AccountTypeNotSupported = "942185"
+ end
+
+ ThreeDSecureAuthenticationIdIsInvalid = "942196"
+ ThreeDSecureAuthenticationIdDoesntMatchNonceThreeDSecureAuthentication = "942198"
+ ThreeDSecureTransactionPaymentMethodDoesntMatchThreeDSecureAuthenticationPaymentMethod = "942197"
+ ThreeDSecureAuthenticationIdWithThreeDSecurePassThruIsInvalid = "942199"
+ ThreeDSecureAuthenticationFailed = "94271"
+ ThreeDSecureTokenIsInvalid = "94268"
+ ThreeDSecureVerificationDataDoesntMatchVerify = "94270"
+ MerchantAccountDoesNotSupport3DSecure = "942169"
+ MerchantAcountDoesNotMatch3DSecureMerchantAccount = "94284"
+ AmountDoesNotMatch3DSecureAmount = "94285"
+
+ module ThreeDSecurePassThru
+ EciFlagIsRequired = "942113"
+ EciFlagIsInvalid = "942114"
+ CavvIsRequired = "942116"
+ ThreeDSecureVersionIsRequired = "942117"
+ ThreeDSecureVersionIsInvalid = "942119"
+ AuthenticationResponseIsInvalid = "942120"
+ DirectoryResponseIsInvalid = "942121"
+ CavvAlgorithmIsInvalid = "942122"
end
end
module UsBankAccountVerification
NotConfirmable = "96101"