Document two new known errors

This commit is contained in:
Lonami Exo
2020-01-22 14:20:52 +01:00
parent acb8518911
commit dd4c22d02d
2 changed files with 5 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ BOT_MISSING,400,This method can only be run by a bot
BOT_PAYMENTS_DISABLED,400,This method can only be run by a bot
BOT_POLLS_DISABLED,400,You cannot create polls under a bot account
BROADCAST_ID_INVALID,400,The channel is invalid
BROADCAST_PUBLIC_VOTERS_FORBIDDEN,400,You cannot broadcast polls where the voters are public
BUTTON_DATA_INVALID,400,The provided button data is invalid
BUTTON_TYPE_INVALID,400,The type of one of the buttons you provided is invalid
BUTTON_URL_INVALID,400,Button URL invalid
@@ -105,6 +106,7 @@ FLOOD_TEST_PHONE_WAIT_X,420,A wait of {seconds} seconds is required in the test
FLOOD_WAIT_X,420,A wait of {seconds} seconds is required
FOLDER_ID_EMPTY,400,The folder you tried to delete was already empty
FOLDER_ID_INVALID,400,The folder you tried to use was not valid
FRESH_CHANGE_ADMINS_FORBIDDEN,400,Recently logged-in users cannot add or change admins
FRESH_RESET_AUTHORISATION_FORBIDDEN,406,The current session is too new and cannot be used to reset other authorisations yet
GAME_BOT_INVALID,400,You cannot send that game with the current bot
GIF_ID_INVALID,400,The provided GIF ID is invalid
1 name codes description
26 BOT_PAYMENTS_DISABLED 400 This method can only be run by a bot
27 BOT_POLLS_DISABLED 400 You cannot create polls under a bot account
28 BROADCAST_ID_INVALID 400 The channel is invalid
29 BROADCAST_PUBLIC_VOTERS_FORBIDDEN 400 You cannot broadcast polls where the voters are public
30 BUTTON_DATA_INVALID 400 The provided button data is invalid
31 BUTTON_TYPE_INVALID 400 The type of one of the buttons you provided is invalid
32 BUTTON_URL_INVALID 400 Button URL invalid
106 FLOOD_WAIT_X 420 A wait of {seconds} seconds is required
107 FOLDER_ID_EMPTY 400 The folder you tried to delete was already empty
108 FOLDER_ID_INVALID 400 The folder you tried to use was not valid
109 FRESH_CHANGE_ADMINS_FORBIDDEN 400 Recently logged-in users cannot add or change admins
110 FRESH_RESET_AUTHORISATION_FORBIDDEN 406 The current session is too new and cannot be used to reset other authorisations yet
111 GAME_BOT_INVALID 400 You cannot send that game with the current bot
112 GIF_ID_INVALID 400 The provided GIF ID is invalid