# Error Response

RFC 9457 Problem Details error response

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `detail` | string | **yes** |  |
| `status` | integer | **yes** | Min: `100`. Max: `599`. |
| `title` | string | **yes** |  |
| `type` | string | **yes** | Must be a valid URI reference. |
| `errors` | array of [Errors](/reference/api/_schemas/error-response/#errors) | no |  |
| `instance` | string | no | Must be a valid URI reference. |

### Errors {#errors}

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `detail` | string | no |  |
| `location` | string | no |  |
| `path` | string | no |  |
| `pointer` | string | no |  |

