Errors / Rejections of Submit SMS API Request
In the event of receiving an HTTP 40x response from a submit SMS API request, the response body will contain a JSON document showing a response code and human readable error string.
{
"result_code": "100",
"result_message": "Un-parsable Request Document",
"client_reference": "...if provided during original request..."
}