Table of Contents

Enum CommandStatus

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
CommandStatus of an SMPP message response indicates the success or failure of an SMPP request.
public enum CommandStatus : uint

Fields

ESME_RALYBND = 5U
ESME Already in Bound State
ESME_RBINDFAIL = 13U
Bind Failed
ESME_RCANCELFAIL = 17U
Cancel SM Failed
ESME_RCNTSUBDL = 68U
Cannot Submit to Distribution List
ESME_RDELIVERYFAILURE = 254U
Delivery Failure (used for data_sm_resp)
ESME_RINVBNDSTS = 4U
Incorrect BIND Status for given command
ESME_RINVCMDID = 3U
Invalid Command ID
ESME_RINVCMDLEN = 2U
Command Length is invalid
ESME_RINVDESTFLAG = 64U
Destination flag is invalid (submit_multi)
ESME_RINVDFTMSGID = 99U
Predefined Message Invalid or Not Found
ESME_RINVDLNAME = 52U
Invalid Distribution List name
ESME_RINVDSTADR = 11U
Invalid Dest Addr
ESME_RINVDSTNPI = 81U
Invalid Destination address NPI
ESME_RINVDSTTON = 80U
Invalid Destination address TON
ESME_RINVESMCLASS = 67U
Invalid esm_class field data
ESME_RINVEXPIRY = 98U
Invalid message validity period (Expiry time)
ESME_RINVMSGID = 12U
Message ID is invalid
ESME_RINVMSGLEN = 1U
Message Length is invalid
ESME_RINVNUMDESTS = 51U
Invalid number of destinations
ESME_RINVNUMMSGS = 85U
Invalid number of messages
ESME_RINVOPTPARAMVAL = 196U
Invalid Optional Parameter Value
ESME_RINVOPTPARSTREAM = 192U
Error in the optional part of the PDU Body.
ESME_RINVPARLEN = 194U
Invalid Parameter Length.
ESME_RINVPASWD = 14U
Invalid Password
ESME_RINVPRTFLG = 6U
Invalid Priority Flag
ESME_RINVREGDLVFLG = 7U
Invalid Registered Delivery Flag
ESME_RINVREPFLAG = 84U
Invalid replace_if_present flag
ESME_RINVSCHED = 97U
Invalid Scheduled Delivery Time
ESME_RINVSERTYP = 21U
Invalid Service Type
ESME_RINVSRCADR = 10U
Invalid Source Address
ESME_RINVSRCNPI = 73U
Invalid Source address NPI
ESME_RINVSRCTON = 72U
Invalid Source address TON
ESME_RINVSUBREP = 66U
Invalid "submit with replace" request(i.e. submit_sm with replace_if_present_flag set)
ESME_RINVSYSID = 15U
Invalid System ID
ESME_RINVSYSTYP = 83U
Invalid system_type field
ESME_RMISSINGOPTPARAM = 195U
Expected Optional Parameter missing
ESME_RMSGQFUL = 20U
Message Queue Full
ESME_ROK = 0U
No Error
ESME_ROPTPARNOTALLWD = 193U
Optional Parameter not allowed
ESME_RQUERYFAIL = 103U
query_sm request failed
ESME_RREPLACEFAIL = 19U
Replace SM Failed
ESME_RSUBMITFAIL = 69U
submit_sm or submit_multi failed
ESME_RSYSERR = 8U
System Error
ESME_RTHROTTLED = 88U
Throttling error (ESME has exceeded allowed message limits)
ESME_RUNKNOWNERR = 255U
Unknown Error
ESME_RX_P_APPN = 101U
ESME Receiver Permanent App Error Code
ESME_RX_R_APPN = 102U
ESME Receiver Reject Message Error Code
ESME_RX_T_APPN = 100U
ESME Receiver Temporary App Error Code
SMPPCLIENT_GENERIC_NACK = 8190U
SMPP Client generic negative acknowledgement
SMPPCLIENT_NOCONN = 4099U
SMPP Client No Connection
SMPPCLIENT_NORESP = 4101U
SMPP Client No Response
SMPPCLIENT_RCVTIMEOUT = 4098U
SMPP Client Receive Timeout
SMPPCLIENT_UNBOUND = 4100U
SMPP Client Unbound
SMPPCLIENT_UNEXPRESP = 4097U
SMPP Client Unexpected Response
SMPPCLIENT_UNKNOWNERROR = 8191U
SMPP Client Unknown Error