# Errors
## Properties
**code** | Option<**String**> | The code of the error (for example, `4078`). You can search for this returned code in the [errors page](api-errors.html) to find more details about the error. | [optional]
**details** | Option<**String**> | A description providing more details about the error. | [optional]
**_type** | Option<**String**> | The type of the error (for example, `InvalidParameterValue`). | [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)