← All errors

Error

QUOTE_UNAVAILABLE

Quote unavailable

HTTP status
503
Retryable
Yes — unchanged
Returned by
2 operations

What to do

Retry shortly; no quote could be produced.

What it looks like

{
  "code": "QUOTE_UNAVAILABLE",
  "detail": "A sentence describing this particular failure.",
  "field_errors": [],
  "instance": "/api/public/v1/...",
  "next_action": "Retry shortly; no quote could be produced.",
  "request_id": "req_9f2c1b7ae4d84c6f9b2e10a3",
  "retryable": true,
  "status": 503,
  "title": "Quote unavailable",
  "type": "https://swisstouristy.com/developers/errors/quote_unavailable"
}

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.

Operations that return it