# ApiError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **i32** | Code of the error. For machine reading. | [default to null] **message** | **String** | The error message for human reading. | [default to null] **details** | **String** | Error details, if any. For example the non valid Field's name or the Id of the failed object. | [optional] [default to null] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)