Skip to main content

Overview

Errors are usually returned as JSON coded responses. These contain additional links to the API documentation and in some cases a description of the error in help.

{
"timestamp": "2023-03-07T12:43:28",
"status": 404,
"error": "Not Found",
"path": "/search",
"documentation": "https://docs.theca.com/api/search",
"help": "https://docs.theca.com/errors/codes#notfound"
}