All error codes

gpu_package_not_found

HTTP 404 Error

What happened

The GPU package you named does not exist on this server type, or is no longer sold.

What to do

Read GET /v1/server-types/{id}/pricing and take a key from gpu_packages of that type. A package withdrawn from sale keeps working for servers already built on it, but a new server cannot be created from it.

Retrying

Fix the request and send it again.

How it arrives

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

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