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

---
title: "AmazonOfferError"
description: "Represents an Amazon offer error"
---

## Fields

***

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

<ParamField path="code" type={<a href="/api-reference/offererrorcode">OfferErrorCode</a>}>
  Error code
</ParamField>

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

## Related types

* [`AmazonOffer`](/api-reference/amazonoffer)


---

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