All error codes

service_provisioning

HTTP 409 Service is still being provisioned

What happened

Your token is valid, but the project behind it is still being set up and does not accept operations yet. This normally lasts from seconds to a couple of minutes after the project is ordered.

What to do

Wait and repeat the same request with the same idempotency key - nothing in the request needs changing. If it lasts noticeably longer, contact support.

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/service_provisioning",
    "title": "Service is still being provisioned",
    "status": 409,
    "code": "service_provisioning",
    "request_id": "a277dcd1ca652c65"
}

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