> ## 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.

# CartError

> Represents cart-level errors.

## Fields

***

<ParamField path="message" type={<>String!</>} required>
  The message provides more information regarding the error related to the cart.
</ParamField>

<ParamField path="code" type={<><a href="/api-reference/carterrorcode">CartErrorCode!</a></>} required>
  The error code for the cart error.
</ParamField>

## Related types

* [`CartResponse`](/api-reference/cartresponse)
