# E15058 — WhatsAppInReplyToNotQuotable

The message this send quotes cannot be quoted.

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

## What to do

WhatsApp shows the quoted message above yours in the same chat, so it must be one that reached that chat. Two kinds of message cannot be quoted. The first is one that never reached WhatsApp, which is any send still accepted or already rejected. The second is one from a different conversation than this send's own to and from. The response names which of the two applies.

## Related

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