Unexpected error
Field | Type | Required | Description | Example |
---|---|---|---|---|
status_code |
Optional[float] | ➖ | HTTP status code | 400 |
error |
Optional[str] | ➖ | Contains an explanation of the status_code as defined in HTTP/1.1 standard (RFC 7231) | Bad Request |
type_name |
Optional[str] | ➖ | The type of error returned | RequestHeadersValidationError |
message |
Optional[str] | ➖ | A human-readable message providing more details about the error. | Invalid Params |
detail |
Optional[models.Detail] | ➖ | Contains parameter or domain specific information related to the error and why it occurred. | |
ref |
Optional[str] | ➖ | Link to documentation of error type | https://developers.apideck.com/errors#unauthorizederror |