> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ProductError

> Represents product errors.

## Fields

***

<ResponseField name="message" type={<>String!</>} required>
  The message provides more information regarding the error related to the product.
</ResponseField>

<ResponseField name="code" type={<><a href="/docs/api-reference/producterrorcode">ProductErrorCode!</a></>} required>
  The error code for the product error.
</ResponseField>

<ResponseField name="field" type={<>[String!]!</>} required>
  The path (on the response body) which this error relates to. For instance, a value of `["products", "0"]` means that this error relates to the first product requested.
</ResponseField>

## Related types

* [`ProductsByIDsResponse`](/docs/api-reference/productsbyidsresponse)
