From ef9ce19a8b44618b3b36fd103b416920b01a9894 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 6 May 2018 10:58:45 +0200 Subject: [PATCH] Add HISTORY_GET_FAILED error --- compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv b/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv index eb27235a..abb58495 100644 --- a/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv +++ b/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv @@ -2,4 +2,5 @@ id message AUTH_RESTART User authorization has restarted RPC_CALL_FAIL Telegram is having internal problems. Please try again later RPC_MCGET_FAIL Telegram is having internal problems. Please try again later -PERSISTENT_TIMESTAMP_OUTDATED Telegram is having internal problems. Please try again later \ No newline at end of file +PERSISTENT_TIMESTAMP_OUTDATED Telegram is having internal problems. Please try again later +HISTORY_GET_FAILED Telegram is having internal problems. Please try again later \ No newline at end of file