> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "SubmitCartResultError"
description: "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="/api-reference/submitcartresulterrorcode">SubmitCartResultErrorCode!</a>} required>
  The error code for the error related to submitting the cart.
</ParamField>

## Related types

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


---

*Powered by [holocron.so](https://holocron.so)*
