# Messages Error Codes

| Code | Description                                                       |
| ---- | ----------------------------------------------------------------- |
| 0    | Message is successfully delivered                                 |
| 6969 | Unknown error                                                     |
| 7031 | Message text contains prohibited words                            |
| 7032 | Subscriber denied                                                 |
| 7040 | The recipient number incorrect or not existing                    |
| 7050 | Technical error when sending a message                            |
| 7060 | Status timed out                                                  |
| 7070 | Send time expired                                                 |
| 7080 | Dispatch canceled by user                                         |
| 7091 | Dispatch timeout expired                                          |
| 7092 | The allowable time of the process of creating a dispatch expired  |
| 7093 | The allowable pause time expired                                  |
| 7401 | No substitutions for dispatch text                                |
| 7402 | Invalid subscriber number when filling the dispatch with messages |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.direct.revicom.ltd/extra/references/error-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
