Skip to main content

PromotionRuleDeleteError

No description

type PromotionRuleDeleteError {
field: String
message: String
code: PromotionRuleDeleteErrorCode!
}

Fields

PromotionRuleDeleteError.field ● String scalar miscellaneous

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

PromotionRuleDeleteError.message ● String scalar miscellaneous

The error message.

PromotionRuleDeleteError.code ● PromotionRuleDeleteErrorCode! non-null enum miscellaneous

The error code.

Member Of

PromotionRuleDelete object