Upstream timeout
The upstream service did not respond in time.
| Field | Value |
|---|---|
| HTTP status | 504 |
| code | UPSTREAM_TIMEOUT |
| retryable | true |
| type | https://docs.flashapi.io/errors/upstream-timeout |
Gateway and upstream problem+json bodies use this type URI. SDKs should branch on code, not on title or detail.
Example#
terminal
{
"type": "https://docs.flashapi.io/errors/upstream-timeout",
"title": "Upstream timeout",
"status": 504,
"detail": "The upstream service did not respond in time.",
"instance": "urn:flashapi:request:req_01JXYZ123",
"code": "UPSTREAM_TIMEOUT",
"request_id": "req_01JXYZ123",
"retryable": true
}See the error catalog for every platform code.