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