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