# GenericError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | Option<**i64**> | The status code | [optional] **debug** | Option<**String**> | Debug information This field is often not exposed to protect against leaking sensitive information. | [optional] **details** | Option<[**::std::collections::HashMap**](serde_json::Value.md)> | Further error details | [optional] **message** | **String** | Error message The error's message. | **reason** | Option<**String**> | A human-readable reason for the error | [optional] **request** | Option<**String**> | The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. | [optional] **status** | Option<**String**> | The status description | [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)