All error codes

firewall_no_public_iface

HTTP 409 This server has no public network interface to filter

What happened

You asked to switch the firewall on for a server that has no public network interface. Only the public interface is filtered, so on this server there is nothing for the firewall to act on.

What to do

Give the server a public interface - create one, or move an existing interface to the public network - and repeat the same request. Until then you can still store rules by sending `enabled: false`.

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/firewall_no_public_iface",
    "title": "This server has no public network interface to filter",
    "status": 409,
    "code": "firewall_no_public_iface",
    "request_id": "a277dcd1ca652c65"
}

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