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

# Errors

The API returns standard HTTP status codes. Error responses conform to [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457.html) and always include:

| Field    | Type    | Description                                                                                 |
| -------- | ------- | ------------------------------------------------------------------------------------------- |
| `type`   | string  | A URI identifying the error type.                                                           |
| `title`  | string  | A short, human-readable summary.                                                            |
| `status` | integer | The HTTP status code.                                                                       |
| `detail` | string  | A human-readable explanation specific to this occurrence.                                   |
| `errors` | array   | Optional list of per-field validation errors, each with `location`, `message`, and `value`. |
