downstream_unavailable
A service the operation depends on is unavailable.
| HTTP | code | Retryable? |
|---|---|---|
| 502 | downstream_unavailable | yes |
When it happens
An internal component or provider is down or not responding.
How to resolve it
Retry with backoff. This usually resolves on its own within a short time.
Example
{
"type": "https://docs.skipo.com/errors/downstream_unavailable",
"title": "Downstream service unavailable",
"status": 502,
"code": "downstream_unavailable",
"retryable": true,
"detail": "A service the operation depends on is unavailable."
}
Back to the error catalog · See the error format.