Error
QUOTE_NOT_FOUND
Quote not found
- HTTP status
- 404
- Retryable
- No — change the request
- Returned by
- 4 operations
What to do
No quote with this id is visible to this caller.
What it looks like
{
"code": "QUOTE_NOT_FOUND",
"detail": "A sentence describing this particular failure.",
"field_errors": [],
"instance": "/api/public/v1/...",
"next_action": "No quote with this id is visible to this caller.",
"request_id": "req_9f2c1b7ae4d84c6f9b2e10a3",
"retryable": false,
"status": 404,
"title": "Quote not found",
"type": "https://swisstouristy.com/developers/errors/quote_not_found"
}code is the stable contract. detail is prose for a human reading a log and may be reworded at any time — do not parse it, and do not branch on status alone, since several codes share one.