PromotionCreateErrorCode
An enumeration.
enum PromotionCreateErrorCode {
  GRAPHQL_ERROR
  NOT_FOUND
  REQUIRED
  INVALID
  MULTIPLE_CURRENCIES_NOT_ALLOWED
  INVALID_PRECISION
  MISSING_CHANNELS
  RULES_NUMBER_LIMIT
  GIFTS_NUMBER_LIMIT
  INVALID_GIFT_TYPE
}
Values
PromotionCreateErrorCode.GRAPHQL_ERROR
PromotionCreateErrorCode.NOT_FOUND
PromotionCreateErrorCode.REQUIRED
PromotionCreateErrorCode.INVALID
PromotionCreateErrorCode.MULTIPLE_CURRENCIES_NOT_ALLOWED
PromotionCreateErrorCode.INVALID_PRECISION
PromotionCreateErrorCode.MISSING_CHANNELS
PromotionCreateErrorCode.RULES_NUMBER_LIMIT
PromotionCreateErrorCode.GIFTS_NUMBER_LIMIT
PromotionCreateErrorCode.INVALID_GIFT_TYPE
Member Of
PromotionCreateError object