From c71d6781a22d80137935a31ee3d50e096bcb03a4 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 9 Nov 2018 13:22:27 +0100 Subject: [PATCH] Add RESULT_ID_DUPLICATE error --- compiler/error/source/400_BAD_REQUEST.tsv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index 8bb7735d..a2df7317 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -69,4 +69,5 @@ API_ID_PUBLISHED_FLOOD You are using an API key that is limited on the server si USER_NOT_PARTICIPANT The user is not a member of this chat CHANNEL_PRIVATE The channel/supergroup is not accessible MESSAGE_IDS_EMPTY The requested message doesn't exist -RESULTS_TOO_MUCH You have put too many items in your result \ No newline at end of file +RESULTS_TOO_MUCH You have put too many items in your result +RESULT_ID_DUPLICATE The result contains items with duplicated identifiers \ No newline at end of file