Move some errors to their right place

This commit is contained in:
Dan 2018-04-18 11:17:05 +02:00
parent 0bba5daea4
commit e1d617b680
2 changed files with 3 additions and 3 deletions

View File

@ -58,5 +58,3 @@ DC_ID_INVALID The dc_id parameter is invalid
LIMIT_INVALID The limit parameter is invalid LIMIT_INVALID The limit parameter is invalid
OFFSET_INVALID The offset parameter is invalid OFFSET_INVALID The offset parameter is invalid
EMAIL_INVALID The email provided is invalid EMAIL_INVALID The email provided is invalid
RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later
RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later
1 id message
58 LIMIT_INVALID The limit parameter is invalid
59 OFFSET_INVALID The offset parameter is invalid
60 EMAIL_INVALID The email provided is invalid
RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later
RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later

View File

@ -1,2 +1,4 @@
id message id message
AUTH_RESTART User authorization has restarted AUTH_RESTART User authorization has restarted
RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later
RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later
1 id message
2 AUTH_RESTART User authorization has restarted
3 RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later
4 RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later