diff options
| author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 09:33:41 +0300 |
|---|---|---|
| committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 09:33:41 +0300 |
| commit | 89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (patch) | |
| tree | 5be9a7ae2255b9ad420bed266b90b1f98059964a /protocols/Telegram/docs/tgl/errors | |
| parent | e28c4adb361a87e143eb8cb2af449e3bcb3375b1 (diff) | |
libevent, telegram, whatsapp moved to deprecated coz doesn't work
Diffstat (limited to 'protocols/Telegram/docs/tgl/errors')
| -rw-r--r-- | protocols/Telegram/docs/tgl/errors | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/Telegram/docs/tgl/errors b/protocols/Telegram/docs/tgl/errors deleted file mode 100644 index 481a144737..0000000000 --- a/protocols/Telegram/docs/tgl/errors +++ /dev/null @@ -1,11 +0,0 @@ -type of errors that tgl can set: - -EPROTO: server returned error for query. Some kinds of error (such as FLOOD_WAIT) tgl can handle by itself, but others it can not. In most cases it means bug in tgl or invalid parameter supplied to method (such as message id). - -EINVAL: tgl detected invalid argument supplied before sending query to server. For example user instead of chat or bad msg id. - -ENOENT: tgl received empty response from server. For example when user tried to get message by id - -EBADF: tgl can not open file on disk or file is empty - -E2BIG: supplied file is too big |
