network_not_configured
HTTP 409 This network has no subnet configured
What happened
The network in this request has no subnet assigned, so a router attached to it could not hand out addresses. You get this when you order a router on that network, and when you attach an existing router to it.
What to do
Give the network a subnet, then repeat the same request with the same idempotency key. A network without a subnet is fine on its own - only routers need one.
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/network_not_configured",
"title": "This network has no subnet configured",
"status": 409,
"code": "network_not_configured",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.