All delivery error codes

carrier_rejected

Suppress: softNot retryable

The carrier rejected the destination for an ambiguous reason (deactivated, unable to receive, prepaid, or policy).

Recommended action

Do not hard-permanently remove on a single hit. Soft-suppress or require a second failure before permanent removal.

Example message.failed payload

{
  "object": "event",
  "type": "message.failed",
  "livemode": true,
  "data": {
    "object": "message",
    "message_id": "msg_uuid",
    "status": "failed",
    "delivery_error_code": "carrier_rejected",
    "error_message": "The carrier rejected the destination for an ambiguous reason (deactivated, unable to receive, prepaid, or policy)."
  }
}

Public reference: https://docs.statxt.com/api/errors/delivery/carrier_rejected