diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index ae51c7f5..dfb2c062 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -57,6 +57,4 @@ CHANNEL_INVALID The channel parameter is invalid DC_ID_INVALID The dc_id parameter is invalid LIMIT_INVALID The limit parameter is invalid OFFSET_INVALID The offset parameter 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 \ No newline at end of file +EMAIL_INVALID The email provided is invalid \ No newline at end of file diff --git a/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv b/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv index 4ee4f042..dcda1e38 100644 --- a/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv +++ b/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv @@ -1,2 +1,4 @@ id message 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 \ No newline at end of file