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

# AmazonStoreError

> Represents an Amazon store error

## Fields

***

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

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

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

## Related types

* [`AmazonStore`](/docs/api-reference/amazonstore)
