Error Codes
We have a set of error codes for the email sending API that has certain values listed down below:
Error Code | Value |
2xxxxx | Success |
4xxxxx | Failure due to client side error. |
| 5xxxxx | Failure due to server side error. |
400001 | Transmission name not provided. |
400002 | Recipient list not provided. |
400003 | Content details not provided. |
400004 | Sender details not provided. |
400005 | Sender address not provided. |
400006 | Subject not provided. |
400007 | Content body not provided. |
400008 | Invalid sender address. |
400009 | Sender domain not authenticated. Please authenticate your domain before sending. |
400011 | Recipient limit exceeded. |
| 400012 | CNAME not verified for bounce domain. |
| 400013 | None of the recipients are valid. |
| 400015 | Your account license expired. |
| 400016 | You do not have sufficient credits to perform this action. |
| 400017 | Schedule time is lesser than current time. |
| 400018 | Invalid transmission ID. |
| 400019 | The schedule time is overdue. |
| 400020 | Transmission has already been sent. |
| 400021 | The transmission has been canceled. Please create a new transmission. |
| 400022 | Schedule time not provided. |
| 400023 | Transmission has already been canceled. |
| 400024 | Invalid tracking option. |
| 400025 | Invalid Reply-to Address |
| 400026 | Your trial period has ended |
| 400027 | The transmission name exceeds the maximum allowed length. |
| 400028 | The subject exceeds the maximum allowed length. |
| 400029 | The from address exceeds the maximum allowed length. |
| 400030 | The from name exceeds the maximum allowed length. |
| 400031 | The reply-to address exceeds the maximum allowed length. |
| 400032 | The content exceeds the maximum allowed length. |
| 400033 | No attachments provided. |
| 400034 | One or more attachments missing name. |
| 400035 | One or more attachments have invalid name. |
| 400036 | Name too long for one or more attachments. |
| 400037 | One or more attachments missing data. |
| 400038 | One or more attachments missing file extension. |
| 400039 | One or more attachments have invalid type. |
| 400040 | Attachments limit exceeded. You cannot add more than 5 attachments. |
| 400041 | Total attachments size exceeds the allowed limit. You cannot add more than 5 MB. |
| 400042 | Attachments are not supported for Single Recipient Transmissions. |
| 400043 | The name of one or more recipients exceeds the maximum allowed length. |
400101 | Domain name not provided. |
400102 | Invalid domain name. |
400103 | Domain already present. |
400104 | No such domain configured. |
400105 | No domains configured yet. |
400106 | Domain already verified in another org. |
400107 | Domain verification failed due to missing public key in DNS. |
| 400108 | Invalid bounce domain. |
| 400109 | Bounce domain already exists. |
| 400111 | Invalid tracking domain. |
| 400112 | Tracking domain already present. |
| 400113 | Tracking domain not verified. |
| 400114 | Default tracking domain cannot be deleted. Please mark another domain as default and try deleting. |
| 400115 | Sender domain exceeds the maximum allowed length. |
| 400116 | Bounce domain exceeds the maximum allowed length. |
| 400117 | Tracking domain exceeds the maximum allowed length. |
| 400118 | No domains match the given criteria. |
400204 | Duplicate Webhook name. |
400205 | Invalid webhook ID. |
400206 | Invalid webhook name. |
400207 | Invalid URL. |
400208 | Invalid request type. |
400209 | Invalid webhook action. |
400210 | Invalid webhook custom data. |
400211 | Invalid webhook custom header. |
| 400212 | Invalid webhook auth type. |
| 400301 | Date range incorrect/not provided. |
| 400302 | Invalid index parameter(s). |
| 400303 | Date range exceeds the limit of 90 days. |
| 400304 | Invalid contact email. |
| 400305 | Invalid bounce type. |
| 400402 | Suppression list not provided. |
| 400404 | Limit for a single API request has been exceeded. |
| 400405 | No contacts provided in suppression list. |
| 400501 | A recipient list with the same name already exists. |
| 400502 | Recipient list ID not provided. |
| 400503 | Recipient list name not provided. |
| 400504 | Recipients/contacts not provided. |
| 400505 | No such recipient list. |
| 400506 | Deletion of this list is not allowed, as it is mapped to a scheduled transmission. |
| 400601 | No users found. |
| 400602 | No such user present. |
| 400603 | User already exists. |
| 400604 | User already invited. |
| 400605 | User limit reached. You can't add users anymore. |
| 400606 | Invalid email address. |
| 400701 | Invalid template ID provided. |
| 400702 | Invalid template name provided. |
| 400703 | Invalid content type. |
| 400704 | Content not provided. |
| 400705 | A template with the same name already exists. |
| 500701 | Template was not deleted. |
409901 | The request is invalid or malformed. Please verify your request parameters and try again. |
409902 | The requested endpoint is incorrect. Check the API URL and ensure it matches the documentation. |
409903 | The OAuth token is invalid. Generate a new token and retry. |
409904 | The API key is invalid. Verify the key or create a new one. |
409905 | This endpoint does not support the HTTP method used. Check the API documentation for the correct method. |
409906 | Your account does not have permission to perform this action. |
409907 | Your OAuth token has expired. Refresh or regenerate the token and try again. |
409908 | Include a valid OAuth token or API key in the Authorization header. |
409909 | You have exceeded the API rate limit. Please retry after some time. |