Skip to main content

downstream_unavailable

A service the operation depends on is unavailable.

HTTPcodeRetryable?
502downstream_unavailableyes

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.