Email Error Codes
Email error codes and messages for email APIs.
An email API error occurs due to incorrect values in email API and the corresponding error messages are displayed when you run the API script.
The following table shows the various error codes and the error messages for the email APIs.
Error Code | Error Message |
---|---|
E14500 | Limit Exceeded. |
E14501 | Characters in ‘to’ parameter exceeded the limit. |
E14502 | Characters in ‘from’ parameter exceeded the limit. |
E14503 | Characters in ‘from_name’ parameter exceeded the limit. |
E14504 | Characters in ‘subject’ parameter exceeded the limit. |
E14505 | Characters in ‘tag’ parameter exceeded the limit. |
E14506 | Characters in ‘html_body’ parameter exceeded the limit. |
E14507 | Characters in ‘text_body’ parameter exceeded the limit. |
E14508 | Characters in ‘reply_to’ parameter exceeded the limit. |
E14509 | Characters in ‘params’ field exceeded the limit. |
E14510 | Addresses in ‘to’ parameter exceeded the limit. |
E14511 | Addresses in ‘from’ parameter exceeded the limit. |
E14512 | Attachment content exceeded limit. |
E14513 | Addresses in ‘reply_to’ parameter exceeded the limit. |
E14514 | Request payload exceeded. |
E14515 | Templates in request exceeded limit |
E14516 | Characters in 'template' parameter exceeded the limit. |
E14517 | Max limit exceeded for template creation. |
E14518 | Channel Inactive. |
E14519 | Non-Template email is not enabled. |
E14520 | Characters in 'params' parameter exceeded the limit. |
E14521 | Characters in 'cc' parameter exceeded the limit. |
E14522 | Characters in 'bcc' parameter exceeded the limit. |
E14523 | Addresses in 'cc' parameter exceeded the limit. |
E14524 | Addresses in 'bcc' parameter exceeded the limit. |
E12500 | Invalid input. |
E12501 | The value [recipient] for to parameter is invalid. |
E12502 | The value for from parameter is invalid. |
E12503 | The value for reply_to parameter is invalid. |
E12505 | Attachment content is invalid, only base64 or absolute URL is allowed. |
E12506 | Unsupported file type, please upload valid files. |
E12507 | email request is invalid. |
E12508 | Request format is invalid |
E12509 | Template request is invalid |
E12511 | The value for limit parameter is invalid |
E12512 | Date format is invalid. Use YYYY-MM-DD |
E12513 | Invalid sign present in the email id |
E12514 | The value of type parameter is invalid |
E12515 | From address(Sender domain) is not whitelisted |
E12516 | The param parameter is invalid, cannot found in the params. |
E10500 | Input is empty. |
E10501 | The value for from parameter is empty. |
E10502 | The value for subject parameter is empty. |
E10503 | The value for to parameter is empty. |
E10504 | The value for auth parameter is empty. |
An example error message is shown.
/v1/email/
HTTP/1.1 500
{
"error": {
"code": "E22500",
"type": "Exception",
"message": "Internal server Error",
"reference": ""
}
}
Updated 6 months ago