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

# 1005: The request is invalid or conflicts with current state

> The request is invalid or conflicts with current state.

`1005` means: The request is invalid or conflicts with current state.

| HTTP status                  | What to do                                                  |
| ---------------------------- | ----------------------------------------------------------- |
| 400, 403, 409, 413, 415, 422 | Read error.message and correct the request before retrying. |

## Error response

Relay includes this code in `error.code`. The response also includes `error.status`, `error.message`, and `error.doc_url`; keep `trace_id` when it is present.

## Related

* [All error codes](/api-reference/errors)
* [Debug a request](/live/debugging)
* [Retry a request](/live/retries)
