# ErrorDetail
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** | Error code (e.g., NOT_FOUND, UNAUTHORIZED, VALIDATION_ERROR) |
**message** | **String** | Human-readable error message |
**status** | **i32** | HTTP status code |
**path** | Option<**String**> | Request path (optional) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)