SMPP API / Error codes
Below is a list of errors helpful when searching for the cause of the failure of the operation.
| Code | Description |
|---|---|
| 0 |
No error |
| 3 |
Incorrect ID command |
| 4 |
Invalid bind status for the commands sent |
| 5 |
ESME already bound |
| 10 | Invalid source IP address |
| 12 | Incorrect message ID |
| 13 |
Operation Binding rejected |
| 14 | Incorrect password |
| 15 | Invalid system ID |
| 21 |
Invalid system type |
Below is a list of errors when sending a message.
| Code | Description |
|---|---|
| 0x0000000A | ESME_RINVSRCADR Invalid source address |
| 0x0000000B | ESME_RINVDSTADR Invalid destination address |
| 0x0000040B | ESME_RINVBALANCE Insufficient credits to send message |
| 0x00000001 | ESME_RINVMSGLEN Message too long |