SMPP Global SMS
Bind response status codes
These are the possible status codes that can be returned for a bind response. Search this page for a specific code or by other text:
Code |
Message |
Comments |
---|---|---|
0x00 |
No error |
The request completed successfully. |
0x02 |
Command length is invalid |
This is not supported in the API. If the command length is invalid, the bind is dropped. |
0x05 |
ESME Already in Bound State |
A bind request was submitted, but the allowed number of binds for the account are already connected. |
0x08 |
System Error |
Internal SMPPGW system error. For example, this might be when server can't be reached to authenticate a user. |
0x0D |
Bind Failed |
The bind failed authentication or if the customer account is not provisioned for SMS SMPP in the SMS provisioning tables. |
0x0E |
Invalid Password |
Password is either outside of the defined length range or is NULL. |
0x0F |
Invalid System ID |
The System ID is either outside of the defined length range or is NULL. |