E11xxx — IP pools & dedicated IPs
Error codes in the E11xxx range that the public Bird API returns. Each code links to its own page (the page its doc_url points at) with the cause and what to do. Retired codes stay listed; they are never renamed or reused.
| Code | Name | Status | Message |
|---|---|---|---|
| E11000 | IPPoolNotFound | 404 | There is no IP pool in this organization with that id. |
| E11003 | — | — | Retired: no longer returned, never reused. |
| E11007 | IPPoolProtected | 422 | This IP pool is managed for you and cannot be modified. |
| E11009 | IPPoolUnknownForSend | 422 | That IP pool reference does not match any pool in your organization. |
| E11010 | IPPoolNoSendableIPs | 422 | The selected IP pool has no dedicated IPs available to send from. |
Related
- Errors: the full wire contract, status mapping, and all code ranges
- Error handling: branching on type and code, validation details, and vendor_code