Format of the errors returned by Devengo
Errors
All errors returned by the API will follow this format:
{
"error": {
"code": "specific_error_code",
"message": "Human readable description of the raised error",
"title": "Defined title for the error",
"detail": "Human readable detail of the raised error",
"type": "https://errors.devengo.com/specific_error_code",
"backtrace": null
}
}
API consumers can check the specific errors that may be potentially raised for a given endpoint in its reference documentation.