...
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. |
1 | 4 | N | En route | Last event is "routed" or "re-routed" (after a bind failure) |
2 | 9 | Y | Delivered | Message was sent and Delivery Receipt was received |
3 | 86 | Y | Expired | Message delivery failed and message expired (SMSC will no longer try to deliver it) |
4 | 62 | Y | Undeliverable | Last event is "unroutable". There's no bind (even among inactive ones) that can accept the message. |
7 | 2 | Y | Invalid | Last event is "validation failed" (wrong text, recipient, etc.) |
8 | 7Deleted | Message was deleted by SMSC | ||
5 | 4 | Y | Undeliverable | Message undeliverable as determined by SMSC |
8 | 5 | Y | Rejected | Message rejected by SMSC |
10 | 37 | N | Submitted | Last event is "request received". Not yet routed. May be temporarily unroutable. |
11 | 58 | N | Sent | Last event is "sent" |
12 | 3 | Y | Not deliverable | Last event is "unroutable". There's no bind (even among inactive ones) that can accept the message. |
Missing status codes: 4 1 (deleteden route), 6 (accepted), 7 (invalid, removed in favour of more detailed statuses below). 9 (pending)
...