All error codes

storage_content_unavailable

HTTP 503 Storage contents are temporarily unreadable

What happened

The disk configuration of this server could not be read. You also get this when a resize request omits cores or memory_mb and the current value cannot be read to fill in the missing one.

What to do

Retry in a few seconds. On a resize you can avoid the read entirely by sending both cores and memory_mb.

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/storage_content_unavailable",
    "title": "Storage contents are temporarily unreadable",
    "status": 503,
    "code": "storage_content_unavailable",
    "request_id": "a277dcd1ca652c65"
}

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