Module: Braintree::ErrorCodes::TransactionLineItem

Defined in:
lib/braintree/error_codes.rb

Constant Summary collapse

CommodityCodeIsTooLong =
"95801"
DescriptionIsTooLong =
"95803"
DiscountAmountCannotBeNegative =
"95806"
DiscountAmountFormatIsInvalid =
"95804"
DiscountAmountIsTooLarge =
"95805"
KindIsInvalid =
"95807"
KindIsRequired =
"95808"
NameIsRequired =
"95822"
NameIsTooLong =
"95823"
ProductCodeIsTooLong =
"95809"
QuantityFormatIsInvalid =
"95810"
QuantityIsRequired =
"95811"
QuantityIsTooLarge =
"95812"
TaxAmountCannotBeNegative =
"95829"
TaxAmountFormatIsInvalid =
"95827"
TaxAmountIsTooLarge =
"95828"
TotalAmountFormatIsInvalid =
"95813"
TotalAmountIsRequired =
"95814"
TotalAmountIsTooLarge =
"95815"
TotalAmountMustBeGreaterThanZero =
"95816"
UnitAmountFormatIsInvalid =
"95817"
UnitAmountIsRequired =
"95818"
UnitAmountIsTooLarge =
"95819"
UnitAmountMustBeGreaterThanZero =
"95820"
UnitOfMeasureIsTooLong =
"95821"
UnitTaxAmountCannotBeNegative =
"95826"
UnitTaxAmountFormatIsInvalid =
"95824"
UnitTaxAmountIsTooLarge =
"95825"
UPCCodeIsMissing =
"95830"
UPCCodeIsTooLong =
"95831"
UPCTypeIsMissing =
"95832"
UPCTypeIsInvalid =
"95833"