From e1d617b680161ac8437b255abc8b4aa80b7699c9 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 18 Apr 2018 11:17:05 +0200 Subject: [PATCH] Move some errors to their right place --- compiler/error/source/400_BAD_REQUEST.tsv | 4 +--- compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) 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