All error codes

gpu_package_required

HTTP 422 Error

What happened

You are creating a server on a type sold as a GPU package, and the request named no package. Such a type has no sliders: the package defines the card, the cores, the memory and the disk together.

What to do

Name the package. GET /v1/server-types/{id}/pricing lists them under gpu_packages, and the key field is what the request takes.

Retrying

Fix the request and send it again.

How it arrives

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

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