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

# SubmitStoreResultError

> 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="/docs/api-reference/submitstoreresulterrorcode">SubmitStoreResultErrorCode!</a></>} required>
  The error code for the error related to submitting the store.
</ParamField>

### Related types

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