PromotionRuleUpdateErrorCode
An enumeration.
enum PromotionRuleUpdateErrorCode {
  GRAPHQL_ERROR
  NOT_FOUND
  INVALID
  REQUIRED
  DUPLICATED_INPUT_ITEM
  MISSING_CHANNELS
  MULTIPLE_CURRENCIES_NOT_ALLOWED
  INVALID_PRECISION
  INVALID_GIFT_TYPE
  GIFTS_NUMBER_LIMIT
}
Values
PromotionRuleUpdateErrorCode.GRAPHQL_ERROR
PromotionRuleUpdateErrorCode.NOT_FOUND
PromotionRuleUpdateErrorCode.INVALID
PromotionRuleUpdateErrorCode.REQUIRED
PromotionRuleUpdateErrorCode.DUPLICATED_INPUT_ITEM
PromotionRuleUpdateErrorCode.MISSING_CHANNELS
PromotionRuleUpdateErrorCode.MULTIPLE_CURRENCIES_NOT_ALLOWED
PromotionRuleUpdateErrorCode.INVALID_PRECISION
PromotionRuleUpdateErrorCode.INVALID_GIFT_TYPE
PromotionRuleUpdateErrorCode.GIFTS_NUMBER_LIMIT
Member Of
PromotionRuleUpdateError object