{
  "type": "https://errors.swepay.com.br/native-mail/all-recipients-suppressed",
  "service": "native-mail",
  "slug": "all-recipients-suppressed",
  "httpStatus": 409,
  "title": "All Recipients Suppressed",
  "summary": "Every recipient is on the tenant's suppression list, so nothing can be sent.",
  "description": "A send request was rejected because every recipient is on the tenant's\nsuppression list (e.g. after a hard bounce or complaint). No message can be\ndelivered, so it is not queued. The request body is valid; the conflict is\nwith the current suppression state.\n",
  "commonCauses": [
    "Every recipient previously hard-bounced and was suppressed.",
    "One or more recipients filed a spam complaint and were suppressed.",
    "The send targets only addresses that were manually added to the suppression list."
  ],
  "clientAction": "1. Review the recipients against your suppression list.\n2. Keep addresses suppressed if they hard-bounced or complained (removing them\n   risks your sender reputation); only re-enable an address you are confident\n   is deliverable.\n3. Send to at least one non-suppressed recipient.\n",
  "exampleResponse": {
    "type": "https://errors.swepay.com.br/native-mail/all-recipients-suppressed",
    "title": "All Recipients Suppressed",
    "status": 409,
    "detail": "All recipients are suppressed.",
    "instance": "/v1/messages",
    "code": "ALL_RECIPIENTS_SUPPRESSED",
    "recovery": "Send to recipients that are not on the suppression list.",
    "requestId": "1-67a8c3f1-2b9e4d6a8c1f0e3b"
  },
  "relatedDocs": [
    {
      "label": "RFC 9457 — Problem Details",
      "url": "https://www.rfc-editor.org/rfc/rfc9457"
    }
  ],
  "category": "service",
  "deprecated": false,
  "documentation": "https://errors.swepay.com.br/native-mail/all-recipients-suppressed"
}