# E11010 — IPPoolNoSendableIPs

The selected IP pool has no dedicated IPs available to send from.

- **HTTP status**: `422`
- **Type**: `validation_error`
- **Name**: `IPPoolNoSendableIPs`

## What to do

Assign a dedicated IP to the pool, then retry.

## Related

- [E11xxx — IP pools & dedicated IPs](/docs/api/errors/E11xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`