FLASHAPI.

Upstream timeout

The upstream service did not respond in time.

FieldValue
HTTP status504
codeUPSTREAM_TIMEOUT
retryabletrue
typehttps://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.