SMS outbound status codes - REST
ProcessStatus | Status | Description | statusRequested |
---|---|---|---|
OPEN | <empty> | Pending SMS, not yet scheduled. | <Irrelevant> |
OPEN | <any> | In re-try state (e.g., during a connection error to service provider). | <Irrelevant> |
DONE | SUC_ACC | Successful ( without delivery notification). | False |
DONE | SUC_FIN | Successful (with delivery notification). | True |
DONE | INVALID_DST | Invalid number (e.g., 999999). | <Irrelevant> |
DONE | BLOCKED | Blocklisted number. | <Irrelevant> |
DONE | TIMEOUT | Sent, but the validity period was exceeded. | True |
DONE | CON_ERR | Failed; all retry attempts were unsuccessful. | <Irrelevant> |
DONE | FAILED_FIN | Failed; delivery notification returns this status. | True |
DONE | NOT_ACC_FIN | Failed; delivery to the provider was/is not possible. | <Irrelevant> |
DONE | SEND_ERR | Internal error (in most cases, the SMS has arrived anyway). | <Irrelevant> |
DONE | STATUS_ERR | Internal error during the query for the delivery notification. | True |
CANCELED | <empty> | Transmisson was cancelled before the initial delivery attempt. | <Irrelevant> |
CANCELED | NOT_ACC_REC | Transmisson was cancelled after the initial delivery attempt. | <Irrelevant> |
RUNNING | <any> | SMS was sent, but no delivery notification was received. | True |
KILL | <any> | SMS was sent, but cancelled and no delivery notification has been received. | True |