blob: 970877ea448e68b15b7bdbc2493ed6eba7847978 [file] [log] [blame] [view]
# Error
[RFC7807](https://tools.ietf.org/html/rfc7807) compliant response.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **float** | The HTTP status code generated by the API server for this occurrence of the problem. |
**title** | **str** | A short, human-readable summary of the problem type. |
**type** | **str** | A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type. |
**detail** | **str** | A human-readable explanation specific to this occurrence of the problem. | [optional]
**instance** | **str** | A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)