All error codes

vpn_no_capacity

HTTP 409 The router has no free interface, port or subnet for a tunnel

What happened

The router has no free interface name, port or subnet in the band the platform reserves for tunnels. Interfaces created by hand inside the router can take them up.

What to do

Free an interface, port or subnet inside the router, or contact support with the request id, then repeat 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/vpn_no_capacity",
    "title": "The router has no free interface, port or subnet for a tunnel",
    "status": 409,
    "code": "vpn_no_capacity",
    "request_id": "a277dcd1ca652c65"
}

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