All error codes

image_mount_failed

HTTP 503 The platform could not insert the image

What happened

The image you named is one this server accepts, but the platform did not insert it. This is a temporary failure on our side, not a problem with the image.

What to do

Read the image state of the server, then send the request again later with a new idempotency key.

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_mount_failed",
    "title": "The platform could not insert the image",
    "status": 503,
    "code": "image_mount_failed",
    "request_id": "a277dcd1ca652c65"
}

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