Skip to main content

Error Handling

When an API encounters an error, the API will return an HTTP error code and include the error description in the response:

{  "error": [exception, string],  "message": [error message, string]}

For example:

{  "error": "BadRequestException",  "message": "Invalid parameter format: exportType"}{  "error": "NotFoundException",  "message": "HTTP 404 Not Found"}


When you contact Support, please include the error message, your request URL, and any relevant request parameters.

Have any questions about this? Let us know at support@backstory.ai

Did this answer your question?