All error codes

events_unavailable

HTTP 503 Server events are temporarily unavailable

What happened

The server exists and belongs to you, but its event history could not be read. The journal holding those records did not answer.

What to do

Retry in a few seconds with the same parameters. If the error repeats, a narrower time window or a lower limit makes the read cheaper.

Retrying

The request itself is fine. Repeat it later; after a 5xx use a new idempotency key and read the resource first.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/events_unavailable",
    "title": "Server events are temporarily unavailable",
    "status": 503,
    "code": "events_unavailable",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.