Base statuses
Status code | Priority | Final | Meaning | When? |
---|---|---|---|---|
0 | 1 | N | Unknown | Message with the given id not found. It is possible that the message was submitted, but not yet processed by a worker. Or that such a message doesn't exist. |
2 | 9 | Y | Delivered | Message was sent and Delivery Receipt was received as sent to us by the Mobile Network |
3 | 6 | Y | Expired | Message delivery failed and message expired (SMSC will no longer try to deliver it) as notified by Mobile Network |
4 | 2 | Y | Deleted | Message was deleted by Mobile Network |
5 | 4 | Y | Undeliverable | Message undeliverable as determined by Mobile Network |
8 | 5 | Y | Rejected | Message rejected by Mobile Network |
9 | - | Y | Failed to charge sender | Failed to change MMS message sender |
10 | 7 | N | Submitted | Send request received from customer but not yet routed and sent to mobile network. May be temporarily unroutable due into inactive outbound bind. |
11 | 8 | N | Sent | Message has been sent to mobile network - delivery notification not yet received. |
12 | 3 | Y | Not deliverable | There's no Routing defined for the destination address to send the message to the mobile network. |
13 | 4 | Y | OA Whitelist | Origin Address whitelist validation failed |
14 | 4 | Y | Content filter block | Message has been blocked by content filter |
15 | 4 | Y | Invalid content | Message content does not include originator name |
16 | - | N | Submitted to outbound | MMS message send from worker to MMS outband |
Validation failure status codes
Status code | Final | Meaning | When? |
---|---|---|---|
-101 | Y | No username | No username provided in request |
-102 | Y | No password | No password provided in request |
-103 | Y | No document id | |
-104 | Y | Invalid recipient | Recipient number invalid - validation rules - numeric length: 8-16 inclusive |
-105 | Y | Invalid source | Sender number invalid - validation rules - in the system - hardcoded So alpha <2, 11>, digit < 3, 16> |
-106 | Y | Empty text | SMS text was empty |
-107 | Y | Text is too long | SMS text is too long |
-108 | Y | Empty request | MMS request empty |
-109 | Y | Invalid rotation algorithm provided | Available algorithms are: max_rotation, conversation |
-110 | Y | Invalid encoding name | Available encodings are e.g. "utf-16", "gsm", "iso-8859-1" etc. (see Send Single Message) |
-111 | Y | Past scheduled data | Scheduled date of MMS message is in the past |
-112 | Y | Max delay exceeded | Scheduled date of MMS exceeds the availability period of attachment |
-200 | Y | Invalid username/password | Last event: "invalid username/pass" |
-201 | Y | User disabled | Last event: "user disabled" |
-202 | Y | User blocked | Last event: "user blocked" |
-203 | Y | Password expired | User tried to login with expired password |
-210 | Y | Insufficient credits | Last event: "no credits" |
-230 | Y | Document ID not matched | User does not have rights to check message status |
-240 | Y | Invalid (not supported) replyTo value |
Auth (JWT)
Status code | Final | Meaning | When? |
---|---|---|---|
-400 | Y | Invalid Request | |
-401 | Y | Invalid Payload |
Attachments
Status code | Final | Meaning | When? |
---|---|---|---|
-500 | Y | Not accessible | The attachment manager cannot be reached |
-501 | Y | Invalid attachments | Either the attachment is not available or there was an upload problem |
-502 | Y | Missing attachments | Attachment not found |
-503 | Y | Too many attachments | Attempt to send more attachments in a single request than allowed |
-504 | Y | Unknown Error | Generic error for anything unexpected |
-505 | Y | Invalid user id | Invalid user id in attachment manager request |
-506 | Y | Invalid customer id | Invalid customer id in attachment manager request |
-507 | Y | Non existing attachments | Attachment does not exist |
-508 | Y | Attachment retention period exceeded | The scheduled date of MMS exceeds the availability period of the attachment |
-509 | Y | Attachment processing error | One of several errors occurred while processing the attachment - the response message should have more info |
-510 | Y | Attachment not available on date | The attachment will not be available on a specific date |
Errors
Status code | Final | Meaning | When? |
---|---|---|---|
-910 | Y | SMSC error | Last event: "send failure" |
-999 | Y | Internal Error |
Incoming Message
Status code | Final | Meaning | When? |
---|---|---|---|
101 | Y | Received | Received incoming SMS |
103 | Y | Sent error | Failed to reply SMS |
104 | Y | Forwarded | Successful replay SMS |
105 | Y | Dropped | Dropped processing of SMS message |