...
Status code | Meaning | When? |
---|---|---|
-101 | No username |
|
-102 | No password |
|
-103 | No document id |
|
-104 | Invalid recipient | Recipient number invalid - validation rules - numeric length: 8-16 inclusive |
-105 | Invalid source | Sender number invalid - validation rules - in the system - hardcoded So alpha <2, 11>, digit < 3, 16> |
-106 | Empty text | SMS text was empty |
-107 | Missing sender or replyTo | Both sender and replyTo value were missing. Exactly of them should be present. |
-108 | Both sender and replyTo provided | Both sender and replyTo were provided. Exactly one of them is allowed. |
-109 | Invalid rotation algorithm provided | Available algorithms are: max_rotation, conversation |
-200 | Invalid username/password | Last event: "invalid username/pass" |
-201 | User disabled | Last event: "user disabled" |
-202 | User blocked | Last event: "user blocked" |
-210 | Insufficient credits | Last event: "no credits" |
-230 | Document ID not matched | User does not have rights to check message status |
-240 | Invalid (not supported) replyTo value | |
-910 | SMSC error | Last event: "send failure" |
-999 | Internal error |
|
...