All error codes

gpus_not_supported

HTTP 422 Error

What happened

You sent gpus to a server type that has no graphics cards to pick from. Cards are chosen only on types where the catalogue offers card models; on a type sold as a GPU package the cards come with the package instead.

What to do

Drop gpus. The gpu flag on the server type tells you whether a type comes with cards, and its pricing tells you how they are sold: gpu_models lists the models you pick yourself, gpu_packages means the cards come with a package and are not named field by field.

Retrying

Fix the request and send it again.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/gpus_not_supported",
    "title": "Error",
    "status": 422,
    "code": "gpus_not_supported",
    "request_id": "a277dcd1ca652c65"
}

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