> For the complete documentation index, see [llms.txt](https://docs.diffcord.com/diffcord-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diffcord.com/diffcord-documentation/resources/error.md).

# Error

### Fields

| Field   | Type    | Description                     |
| ------- | ------- | ------------------------------- |
| message | ?string | Message to describe the error   |
| code    | string  | Code to identify the error type |

### Example Output

```json
{
  "message": "Missing API Key",
  "code": "ERR_INVALID_API_KEY"
}
```
