image_list_unavailable
HTTP 503 The list of images cannot be read reliably right now
What happened
The image list is read from storage, and this time the storage did not answer. The same code answers any request that has to resolve an image and cannot: creating a server, rebuilding one, or deleting an image of a server.
What to do
Retry in a few seconds; if the response carries a Retry-After header, wait at least that long. Your request does not need to change.
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/image_list_unavailable",
"title": "The list of images cannot be read reliably right now",
"status": 503,
"code": "image_list_unavailable",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.