Errors
route_not_found
404 – No such route. No endpoint is mapped to that method and path.
No such route. Answered with 404.
What it means
No endpoint is mapped to that method and path.
What to do
Check the path against GET /api/openapi.json. Do not retry this exact request.
The body
{
"type": "https://tigby.eu/problems/route_not_found",
"title": "No such route",
"status": 404,
"detail": "…what was refused, naming this request's own values",
"code": "route_not_found",
"doc_url": "https://docs.tigby.eu/errors/route_not_found",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.