From 9fce8091883da2f9776d5776086de2c8690c1fbe Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 22 Dec 2017 07:55:02 +0100 Subject: [PATCH] Add some more errors --- compiler/error/source/400_BAD_REQUEST.tsv | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index 0e764456..7934e116 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -30,4 +30,15 @@ USERNAME_INVALID The username is invalid MESSAGE_ID_INVALID The message id is invalid MESSAGE_NOT_MODIFIED The message was not modified ENTITY_MENTION_USER_INVALID The mentioned entity is not an user -MESSAGE_TOO_LONG The message text is over 4096 characters \ No newline at end of file +MESSAGE_TOO_LONG The message text is over 4096 characters +ACCESS_TOKEN_EXPIRED The bot token is invalid +BOT_METHOD_INVALID The method can't be used by bots +QUERY_TOO_SHORT The query is too short +SEARCH_QUERY_EMPTY The query is empty +CHAT_ID_INVALID The chat id is invalid +DATE_EMPTY The date argument is empty +PERSISTENT_TIMESTAMP_EMPTY The pts is empty +CDN_METHOD_INVALID The method can't be used on CDN DCs +VOLUME_LOC_NOT_FOUND The volume location can't be found +FILE_ID_INVALID The file id is invalid +LOCATION_INVALID The file location is invalid \ No newline at end of file