Java SDK

ResultCodes

An enumeration that indicates the success/failure of a request.

enum ResultCodes

Values:

OK Request was successfully actioned
NoUsername Username was not supplied (Set Username property)
NoPassword Password was not supplied (Set Password property)
NoTo Message recipient(s) not specified
NoText Message text not specified
LoginInvalid MsgId parameter was missing
InsufficientCredit Insufficient credit available to complete the request
GatewayError An error occurred on remote gateway (please retry later)
InternalError An error occurred on remote gateway (please retry later)
HTTPConnectionError Unable to make HTTP connection to the Intellisoftware service
InvalidNumber The recipient number is invalid
InvalidRequest The request was invalid
MsgIdInvalid Supplied Message ID not valid
ParameterMissing Mandatory parameter is missing
ParameterInvalid A supplied parameter is invalid
AccountExists CreateSubaccount - subaccount already exists

<< Back to Java SDK