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

# ShopifyStoreError

> Represents a Shopify store error

## Fields

***

<ParamField path="message" type={<>String!</>} required>
  Error message related to the Store
</ParamField>

<ParamField path="code" type={<><a href="/docs/api-reference/storeerrorcode">StoreErrorCode!</a></>} required>
  Error code
</ParamField>

<ParamField path="details" type={<><a href="/docs/api-reference/shopifystoreerrordetails">ShopifyStoreErrorDetails</a></>}>
  Additional error information
</ParamField>

## Related types

* [`ShopifyStore`](/docs/api-reference/shopifystore)
