Update errors.csv

This commit is contained in:
Shrimadhav U K 2021-07-04 15:09:54 +05:30 committed by GitHub
parent e2343a3265
commit 7141ce797b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ BANK_CARD_NUMBER_INVALID,400,Incorrect credit card number
BASE_PORT_LOC_INVALID,400,Base port location invalid BASE_PORT_LOC_INVALID,400,Base port location invalid
BANNED_RIGHTS_INVALID,400,"You cannot use that set of permissions in this request, i.e. restricting view_messages as a default" BANNED_RIGHTS_INVALID,400,"You cannot use that set of permissions in this request, i.e. restricting view_messages as a default"
BOTS_TOO_MUCH,400,There are too many bots in this chat/channel BOTS_TOO_MUCH,400,There are too many bots in this chat/channel
BOT_ONESIDE_NOT_AVAIL,400,
BOT_CHANNELS_NA,400,Bots can't edit admin privileges BOT_CHANNELS_NA,400,Bots can't edit admin privileges
BOT_COMMAND_DESCRIPTION_INVALID,400,"The command description was empty, too long or had invalid characters used" BOT_COMMAND_DESCRIPTION_INVALID,400,"The command description was empty, too long or had invalid characters used"
BOT_COMMAND_INVALID,400, BOT_COMMAND_INVALID,400,
@ -388,4 +389,4 @@ WEBDOCUMENT_URL_INVALID,400,The given URL cannot be used
WEBPAGE_CURL_FAILED,400,Failure while fetching the webpage with cURL WEBPAGE_CURL_FAILED,400,Failure while fetching the webpage with cURL
WEBPAGE_MEDIA_EMPTY,400,Webpage media empty WEBPAGE_MEDIA_EMPTY,400,Webpage media empty
WORKER_BUSY_TOO_LONG_RETRY,500,Telegram workers are too busy to respond immediately WORKER_BUSY_TOO_LONG_RETRY,500,Telegram workers are too busy to respond immediately
YOU_BLOCKED_USER,400,You blocked this user YOU_BLOCKED_USER,400,You blocked this user

1 name codes description
27 BASE_PORT_LOC_INVALID 400 Base port location invalid
28 BANNED_RIGHTS_INVALID 400 You cannot use that set of permissions in this request, i.e. restricting view_messages as a default
29 BOTS_TOO_MUCH 400 There are too many bots in this chat/channel
30 BOT_ONESIDE_NOT_AVAIL 400
31 BOT_CHANNELS_NA 400 Bots can't edit admin privileges
32 BOT_COMMAND_DESCRIPTION_INVALID 400 The command description was empty, too long or had invalid characters used
33 BOT_COMMAND_INVALID 400
389 WEBPAGE_CURL_FAILED 400 Failure while fetching the webpage with cURL
390 WEBPAGE_MEDIA_EMPTY 400 Webpage media empty
391 WORKER_BUSY_TOO_LONG_RETRY 500 Telegram workers are too busy to respond immediately
392 YOU_BLOCKED_USER 400 You blocked this user