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