Indicates the success/failure of a request.
Returned by SendMessage, GetBalance, SendStatus.ResultCode and
SendStatusCollection.OverallResult properties.
| 0 |
rcUnknown |
Unknown error has occurred |
| 1 |
rcOK |
Request was successfully actioned |
| 2 |
rcNoUsername |
Username was not supplied (Set Username property) |
| 3 |
rcNoPassword |
Password was not supplied (Set Password property) |
| 4 |
rcNoTo |
Message recipient(s) not specified |
| 5 |
rcNoText |
Message text not specified |
| 6 |
rcLoginInvalid |
Username/Password not valid |
| 7 |
rcInsufficientCredit |
Insufficient credit available to complete the request |
| 8 |
rcGatewayError |
An error occurred on remote gateway (please retry later) |
| 9 |
rcInternalError |
An error occurred on remote gateway (please retry later) |
| 10 |
rcHTTPConnectionError |
Unable to make connection to remote gateway |
| 11 |
rcInvalidNumber |
The recipient number is invalid |
| 12 |
rcInvalidRequest |
The request was invalid |
| 13 |
rcServerTooBusy |
Remote gateway too busy (please retry later) |
| 14 |
rcMsgIdInvalid |
Supplied Message ID not valid |
| 15 |
rcParameterMissing |
Mandatory parameter is missing |
| 16 |
rcParameterInvalid |
A supplied parameter is invalid |
| 17 |
rcAccountExists |
CreateSubaccount - subaccount already exists |