# ErrorDetail
## Properties
**detail** | Option<[**models::DetailValue**](DetailValue.md)> | Detail: a string for simple errors, or an array of `{loc, msg, type}` for validation errors. | [optional]
**instance** | Option<**String**> | A unique URI identifying this specific occurrence (e.g. trace ID), useful for support. | [optional]
**title** | **String** | A short, human-readable summary of the error type. |
**r#type** | **String** | A URI identifier for the error type, linking to documentation. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)