Errors
SERVICE_UNAVAILABLE — 503 Service Unavailable
503 Service Unavailable
The Gett API is temporarily unavailable. This is typically due to a planned maintenance window or a transient overload condition.
Category
server_error
Retryable?
Yes. Retry with exponential backoff: 1s, 2s, 4s, up to a maximum of 30s. Check retryAfter if present for the recommended wait time. Monitor status.gett-tech.com for service updates.
Error Codes
Each code below is an anchor. The type URI on a problem-detail response points straight at it, so
dereferencing type lands on the exact code rather than the top of this page.
SEARCH_UNAVAILABLE
The search backend is temporarily unavailable, so store discovery cannot run.
What to do: Retry shortly — this is transient and carries retryable: true.
Example
Code