# GenericErrorContent
## Properties
**debug** | Option<**String**> | Debug contains debug information. This is usually not available and has to be enabled. | [optional]
**error** | Option<**String**> | Name is the error name. | [optional]
**error_description** | Option<**String**> | Description contains further information on the nature of the error. | [optional]
**id** | Option<**String**> | ID is a unique error ID. feature_not_available ErrFeatureNotAvailable quota_exceeded ErrQuotaExceeded | [optional]
**message** | Option<**String**> | Message contains the error message. | [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)