Represents an API error
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| detail | str | ❌ | The human-readable explanation specific to this occurrence of the error. |
| instance | str | ❌ | The URI reference that identifies the specific occurrence of the error. |
| status | int | ❌ | The HTTP status code generated by the origin server for this occurrence of the error. |
| title | str | ❌ | The short, human-readable summary of the error type. |
| type_ | str | ❌ | The URI reference that identifies the error type. |