All error codes

router_rule_limit_reached

HTTP 409 The router has no free rule numbers left

What happened

Every rule number the platform may hand out on this router is taken. The band holds close to a hundred thousand numbers, so in practice this means something else is filling it.

What to do

Delete rules you no longer need, then repeat the 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_rule_limit_reached",
    "title": "The router has no free rule numbers left",
    "status": 409,
    "code": "router_rule_limit_reached",
    "request_id": "a277dcd1ca652c65"
}

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