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

# CustomerTypeUnassignAttributesError Object

No description

```graphql
type CustomerTypeUnassignAttributesError {
  field: String
  message: String
  code: CustomerTypeUnassignAttributesErrorCode!
}
```

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

### Fields

<a id="field"></a>

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

Name of a 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) ● [`CustomerTypeUnassignAttributesErrorCode!`](/api-reference/users/enums/customer-type-unassign-attributes-error-code.md)

The error code.

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

### Member Of

[`CustomerTypeUnassignAttributes`](/api-reference/users/objects/customer-type-unassign-attributes.md) object
