> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/users/llms.txt)
> Source: https://docs.saleor.io/api-reference/users/objects/customer-bulk-update-error

# CustomerBulkUpdateError Object

No description

```graphql
type CustomerBulkUpdateError {
  path: String
  message: String
  code: CustomerBulkUpdateErrorCode!
  attributes: [ID!]
}
```

<a id="fields"></a>

### Fields

<a id="path"></a>

#### [`path`](#path) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

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

<a id="message"></a>

#### [`message`](#message) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

The error message.

<a id="code"></a>

#### [`code`](#code) ● [`CustomerBulkUpdateErrorCode!`](/api-reference/users/enums/customer-bulk-update-error-code.md)

The error code.

<a id="attributes"></a>

#### [`attributes`](#attributes) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of attributes IDs which causes the error.

Added in Saleor 3.23

<a id="member-of"></a>

### Member Of

[`CustomerBulkResult`](/api-reference/users/objects/customer-bulk-result.md) object  ● [`CustomerBulkUpdate`](/api-reference/users/objects/customer-bulk-update.md) object
