All error codes

iso_mounted

HTTP 409 An ISO image is mounted on this server

What happened

You asked to delete a disk while an image is inserted into the server's drive. The platform refuses so that the drive is not left pointing at a disk that is about to disappear.

What to do

Eject the image with `DELETE /v1/servers/{id}/iso`, then repeat the same request.

Retrying

Change the state this refers to, then repeat the same request with the same idempotency key.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/iso_mounted",
    "title": "An ISO image is mounted on this server",
    "status": 409,
    "code": "iso_mounted",
    "request_id": "a277dcd1ca652c65"
}

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