Skip to main content

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

CodeDescription
400bad request
401unauthorized
403forbidden
404flow not found
409flow is currently being executed
500internal server error