Not Found Errors Describes the structure of error responses when a resource or route is not found (HTTP 404). Error Response When you call an undefined route or request a missing resource, you receive a 404 status code with the following response: { "error": "Not found" }