# ErrorObject
## Properties
**code** | Option<**String**> | application-specific error code | [optional]
**detail** | Option<**String**> | human-readable explanation specific to this occurrence of the problem | [optional]
**id** | Option<**String**> | unique identifier for this particular occurrence of the problem | [optional]
**source** | Option<[**models::ErrorObjectSource**](Error_Object_Source.md)> | | [optional]
**status** | Option<**String**> | HTTP status code applicable to this problem | [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)