Errors
Voxtelesys provides error details, if applicable, via a standard error object. The error object provides a unique ID and description of the error and is primarily intended to help you self-diagnose the issue.
Error Object
A standard error object is sent with every error response. The error object is formatted to include an error message, the status of the response, and a unique ID for the error.
{
"message": "Authorization header required",
"status": "error",
"error_id": "0af622de-1898-4cce-9b0b-14a9e4086c8e"
}
Error Codes
| Code | Description |
|---|---|
| 400 | bad request |
| 401 | unauthorized |
| 403 | forbidden |
| 404 | flow not found |
| 409 | flow is currently being executed |
| 500 | internal server error |