image_limit_unreadable
HTTP 503 The image limit cannot be read right now
What happened
The image limit of your project could not be read, so the request was not attempted. This is not the same as image_limit_reached, which means the limit is known and already used up.
What to do
Retry in a few seconds. Nothing in the request needs 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_limit_unreadable",
"title": "The image limit cannot be read right now",
"status": 503,
"code": "image_limit_unreadable",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.