neuron Document Experience API
Errors
This page provides information about the various errors that can occur while using the Document Experience API. Each error is accompanied by a unique error code and a detailed explanation to help you understand the cause and possible solutions.
Error Codes
The table below provides a list of error codes that can occur while using this API.
| Error Code | Description | |
|---|---|---|
| 400 | Bad Request | |
| 401 | Unauthorized | |
| 403 | Forbidden | |
| 404 | Not Found | |
| 405 | Method Not Allowed | |
| 500 | Internal Server Error | |
| 502 | Bad Gateway | |
| 503 | Service Unavailable | |
| 504 | Gateway Timeout |
Example Error Responses
Most of the error responses returned by Insurer Experience API have custom error response body as below, some exceptions are 401.
{
"error": "Internal Server Error",
"detail": "The specified blob does not exist.", Detailed message about error
"timestamp": "2023-07-05T12:25:15.283Z", System date and time of error
}
405 - Bad Request
The request data passed in the request is not valid
405 - Method Not Allowed
The requested method is not supported for the requested resource.
500 - Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.
502 - Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from an upstream server.
503 - Service Unavailable
The server is currently unable to handle the request due to temporary overloading or maintenance of the server.
504 - Gateway Timeout
The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server.
Note: Some HTTP error codes do not return errors in custom format as described above.
Troubleshooting
If you encounter an error that is not listed here or need further assistance, please reach out to support team for help.