router_no_free_interfaces
HTTP 409 The router has no free network interfaces
What happened
Every network slot on this router is already in use, so there is nowhere to attach another network. A router carries one public interface, one base private network, and a limited number of additional ones.
What to do
Detach a network you no longer need with DELETE /v1/networks/{id}/router, then repeat the same request with the same idempotency key.
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/router_no_free_interfaces",
"title": "The router has no free network interfaces",
"status": 409,
"code": "router_no_free_interfaces",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.