Format of the errors returned by Devengo

Errors

All errors returned by the API will follow this format:

{
  "error": {
    "message": "Human readable description of the raised error",
    "code": "specific_error_code",
    "type": "type_of_error"
  }
}

API consumers can check the specific errors that may be potentially raised for a given endpoint in its reference documentation.