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

---
title: "SubmitStoreResultError"
description: "Represents results of submitting the store for checkout."
---

## Fields

***

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

<ParamField path="code" type={<a href="/api-reference/submitstoreresulterrorcode">SubmitStoreResultErrorCode!</a>} required>
  The error code for the error related to submitting the store.
</ParamField>

### Related types

* [`SubmitStoreResult`](/api-reference/submitstoreresult)


---

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