If the submission encounter the error, the example of following JSON Object will be returned. Any status code that is not 200 is an error.
{
"Result": {
"ErrorMessage":"Invalid Sender Email Domain!",
"Status":"InternalServerError",
"StatusCode":"500"
}
}
Parameter name |
Description |
StatusCode |
Status code of the transaction. |
Status |
The Description of Status Code of the Transaction. |
ErrorMessage |
Error Description of the error. |