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

# SubmitCartResultError

> Represents results of submitting the cart for checkout.

## Fields

***

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

<ParamField path="code" type={<><a href="/docs/api-reference/submitcartresulterrorcode">SubmitCartResultErrorCode!</a></>} required>
  The error code for the error related to submitting the cart.
</ParamField>

## Related types

* [`SubmitCartResult`](/docs/api-reference/submitcartresult)
