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

StatusErrorDescription
400invalid_requestThe request is missing a required parameter, includes an unsupported parameter, or is otherwise malformed
401invalid_clientClient authentication failed (e.g., unknown client, wrong credentials)
400unauthorized_clientThe authenticated client is not authorized to use this grant type
400invalid_grantThe provided authorization grant or refresh token is invalid, expired, revoked, or does not match the client
400unsupported_grant_typeThe authorization grant type is not supported by this server
500server_errorThe server encountered an unexpected condition that prevented it from fulfilling the request
503temporarily_unavailableThe server is currently unable to handle the request due to temporary overloading or maintenance
404not_foundThe requested resource was not found