Class: ChannelAdvisor::InventoryServiceSOAP::ErrorCode

Inherits:
String
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/ErrorCode

Constant Summary collapse

AccountIDIsBlank =
ErrorCode.new("AccountIDIsBlank")
AccountIDIsNull =
ErrorCode.new("AccountIDIsNull")
AccountIDNotExists =
ErrorCode.new("AccountIDNotExists")
CartIDNull =
ErrorCode.new("CartIDNull")
CartNotFound =
ErrorCode.new("CartNotFound")
DataIntegrityViolation =
ErrorCode.new("DataIntegrityViolation")
EMailAddressBadFormat =
ErrorCode.new("EMailAddressBadFormat")
EmptyCartSubmit =
ErrorCode.new("EmptyCartSubmit")
ErrorInvoiceCreation =
ErrorCode.new("ErrorInvoiceCreation")
Error_AuctionWinnerValidation =
ErrorCode.new("Error_AuctionWinnerValidation")
Error_NotValidCartID =
ErrorCode.new("Error_NotValidCartID")
Error_PromotionNotFound =
ErrorCode.new("Error_PromotionNotFound")
Error_SKUDuplicated =
ErrorCode.new("Error_SKUDuplicated")
Error_SavingBillingData =
ErrorCode.new("Error_SavingBillingData")
Error_SavingOrderShippingData =
ErrorCode.new("Error_SavingOrderShippingData")
FetchFilterInfoNull =
ErrorCode.new("FetchFilterInfoNull")
InvalidArguments =
ErrorCode.new("InvalidArguments")
InvalidCartID =
ErrorCode.new("InvalidCartID")
InvalidSaleSource =
ErrorCode.new("InvalidSaleSource")
Invalid_AddressLength =
ErrorCode.new("Invalid_AddressLength")
Invalid_CCLast4 =
ErrorCode.new("Invalid_CCLast4")
Invalid_CarrierClassData =
ErrorCode.new("Invalid_CarrierClassData")
Invalid_CityLength =
ErrorCode.new("Invalid_CityLength")
Invalid_CompanyNameLength =
ErrorCode.new("Invalid_CompanyNameLength")
Invalid_CountryLength =
ErrorCode.new("Invalid_CountryLength")
Invalid_CustomFieldValue =
ErrorCode.new("Invalid_CustomFieldValue")
Invalid_FirstNameLength =
ErrorCode.new("Invalid_FirstNameLength")
Invalid_JobTitleLength =
ErrorCode.new("Invalid_JobTitleLength")
Invalid_LastNameLength =
ErrorCode.new("Invalid_LastNameLength")
Invalid_OrderId =
ErrorCode.new("Invalid_OrderId")
Invalid_OrderNumberLength =
ErrorCode.new("Invalid_OrderNumberLength")
Invalid_OrderStatus =
ErrorCode.new("Invalid_OrderStatus")
Invalid_PhoneLength =
ErrorCode.new("Invalid_PhoneLength")
Invalid_PostalCodeLength =
ErrorCode.new("Invalid_PostalCodeLength")
Invalid_ShippingInstructionsLgth =
ErrorCode.new("Invalid_ShippingInstructionsLgth")
Invalid_SuffixLength =
ErrorCode.new("Invalid_SuffixLength")
Invalid_TitleLength =
ErrorCode.new("Invalid_TitleLength")
Invalid_TrackingNumberLgth =
ErrorCode.new("Invalid_TrackingNumberLgth")
LineItemIDNotFound =
ErrorCode.new("LineItemIDNotFound")
LineItemOrSKUEmpty =
ErrorCode.new("LineItemOrSKUEmpty")
MissingEmailAddress =
ErrorCode.new("MissingEmailAddress")
MultiplePromoCodesSpecified =
ErrorCode.new("MultiplePromoCodesSpecified")
NegativeQuantity =
ErrorCode.new("NegativeQuantity")
OrderCollectionNull =
ErrorCode.new("OrderCollectionNull")
OrderIdIsNullOrEmpty =
ErrorCode.new("OrderIdIsNullOrEmpty")
PromoAmountOutOfRange =
ErrorCode.new("PromoAmountOutOfRange")
QuantityNotEnough =
ErrorCode.new("QuantityNotEnough")
RoverRegionNotFound =
ErrorCode.new("RoverRegionNotFound")
SKUNotFound =
ErrorCode.new("SKUNotFound")
ShippingCostNegative =
ErrorCode.new("ShippingCostNegative")
SkuIsBlank =
ErrorCode.new("SkuIsBlank")
SkuIsNull =
ErrorCode.new("SkuIsNull")
Success =
ErrorCode.new("Success")
TooManyGiftWrapAmounts =
ErrorCode.new("TooManyGiftWrapAmounts")
TooManyInsuranceAmounts =
ErrorCode.new("TooManyInsuranceAmounts")
TooManySKUsRequested =
ErrorCode.new("TooManySKUsRequested")
TooManyShippingAmounts =
ErrorCode.new("TooManyShippingAmounts")
TooManyTaxAmounts =
ErrorCode.new("TooManyTaxAmounts")
TooManyVATGiftWrapAmounts =
ErrorCode.new("TooManyVATGiftWrapAmounts")
TooManyVATShippingAmounts =
ErrorCode.new("TooManyVATShippingAmounts")
Unexpected =
ErrorCode.new("Unexpected")
VATRangeOutOfRange =
ErrorCode.new("VATRangeOutOfRange")
WrongAccountSettings =
ErrorCode.new("WrongAccountSettings")
WrongCountryInfo =
ErrorCode.new("WrongCountryInfo")
WrongStateInfo =
ErrorCode.new("WrongStateInfo")
ZeroQuantity =
ErrorCode.new("ZeroQuantity")