Name | Type | Description | Notes |
---|---|---|---|
status_code | float | HTTP status code | [optional] |
error | str | Contains an explanation of the status_code as defined in HTTP/1.1 standard (RFC 7231) | [optional] |
type_name | str | The type of error returned | [optional] |
message | str | A human-readable message providing more details about the error. | [optional] |
detail | str | Contains parameter or domain specific information related to the error and why it occurred. | [optional] |
ref | str | Link to documentation of error type | [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] |