> ## Documentation Index
> Fetch the complete documentation index at: https://www.agentworldprotocol.com/llms.txt
> Use this file to discover all available pages before exploring further.

# error.schema.json

> Canonical schema for JSON-RPC error objects with AWP data.

<Note>Generated from [`schemas/v0.1/error.schema.json`](https://github.com/Hyperduality/agent-world-protocol/blob/main/schemas/v0.1/error.schema.json) (`$id`: `https://agentworldprotocol.com/schemas/v0.1/error.schema.json`). Normative text: [/spec/loop/events-and-errors](/spec/loop/events-and-errors). Every tagged example on this site is validated against this schema in CI.</Note>

<ResponseField name="code" type="integer" required />

<ResponseField name="message" type="string" required />

<ResponseField name="data" type="object" required>
  <Expandable title="fields">
    <ResponseField name="retryable" type="boolean" required />

    <ResponseField name="retry_after_ms" type="integer" />

    <ResponseField name="detail" type="string" />
  </Expandable>
</ResponseField>
