# E12093 — SMSDestinationNotPriced

We do not have a rate for this destination, so this message cannot be sent.

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

## What to do

Contact support to have this destination rated, and tell them which destination you tried to send to. Retrying will not change the result: the send is refused until a rate exists for this destination.

## Related

- [E12xxx — SMS sending & delivery](/docs/api/errors/E12xxx): 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`