| Module | Braintree::ErrorCodes::Subscription::Modification |
| In: |
lib/braintree/error_codes.rb
|
| AmountCannotBeBlank | = | "92003" |
| AmountIsInvalid | = | "92002" |
| AmountIsTooLarge | = | "92023" |
| CannotEditModificationsOnPastDueSubscription | = | "92022" |
| CannotUpdateAndRemove | = | "92015" |
| ExistingIdIsIncorrectKind | = | "92020" |
| ExistingIdIsInvalid | = | "92011" |
| ExistingIdIsRequired | = | "92012" |
| IdToRemoveIsIncorrectKind | = | "92021" |
| IdToRemoveIsInvalid | = | "92025" |
| IdToRemoveIsNotPresent | = | "92016" |
| InconsistentNumberOfBillingCycles | = | "92018" |
| InheritedFromIdIsInvalid | = | "92013" |
| InheritedFromIdIsRequired | = | "92014" |
| Missing | = | "92024" |
| NumberOfBillingCyclesCannotBeBlank | = | "92017" |
| NumberOfBillingCyclesIsInvalid | = | "92005" |
| NumberOfBillingCyclesMustBeGreaterThanZero | = | "92019" |
| QuantityCannotBeBlank | = | "92004" |
| QuantityIsInvalid | = | "92001" |
| QuantityMustBeGreaterThanZero | = | "92010" |