> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/objects/collection-channel-listing-error

# CollectionChannelListingError Object

No description

```graphql
type CollectionChannelListingError {
  field: String
  message: String
  code: ProductErrorCode!
  attributes: [ID!]
  values: [ID!]
  channels: [ID!]
}
```

<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) ● [`ProductErrorCode!`](/api-reference/products/enums/product-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.

<a id="values"></a>

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

List of attribute values IDs which causes the error.

<a id="channels"></a>

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

List of channels IDs which causes the error.

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

### Member Of

[`CollectionChannelListingUpdate`](/api-reference/products/objects/collection-channel-listing-update.md) object
