# 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"
}
```
