Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleUserError
Represents an error that happens during execution of a price rule mutation.
Signature:
export interface PriceRuleUserError extends DisplayableError
Extends: DisplayableError
Property | Modifiers | Type | Description |
---|---|---|---|
code? | Maybe<PriceRuleErrorCode | `${PriceRuleErrorCode}`> | (Optional) Error code to uniquely identify the error. | |
field? | Maybe<Array<Scalars[‘String’][‘output’]>> | (Optional) The path to the input field that caused the error. | |
message | Scalars[‘String’][‘output’] | The error message. |