# GenericError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **debug** | Option<**String**> | Debug contains debug information. This is usually not available and has to be enabled. | [optional] **error** | **String** | Name is the error name. | **error_description** | Option<**String**> | Description contains further information on the nature of the error. | [optional] **status_code** | Option<**i64**> | Code represents the error status code (404, 403, 401, ...). | [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)