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

---
title: "ShopifyStoreError"
description: "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="/api-reference/storeerrorcode">StoreErrorCode!</a>} required>
  Error code
</ParamField>

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

## Related types

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


---

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