Skip to content

Commit 35d63e6

Browse files
committed
Add some new errors to known errors
1 parent eaff0da commit 35d63e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

compiler/errors/source/400_BAD_REQUEST.tsv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ FILE_REFERENCE_EMPTY The file id contains an empty file reference, you must obta
125125
FILE_REFERENCE_EXPIRED The file id contains an expired file reference, you must obtain a valid one by fetching the message from the origin context
126126
FILE_REFERENCE_INVALID The file id contains an invalid file reference, you must obtain a valid one by fetching the message from the origin context
127127
FILTER_ID_INVALID The specified filter ID is invalid
128+
FILTER_INCLUDE_EMPTY The filter include is empty
128129
FIRSTNAME_INVALID The first name is invalid
129130
FOLDER_ID_EMPTY The folder you tried to delete was already empty
130131
FOLDER_ID_INVALID The folder id is invalid
@@ -267,6 +268,7 @@ REPLY_MARKUP_BUY_EMPTY Reply markup for buy button empty
267268
REPLY_MARKUP_GAME_EMPTY The provided reply markup for the game is empty
268269
REPLY_MARKUP_INVALID The provided reply markup is invalid
269270
REPLY_MARKUP_TOO_LONG The reply markup is too long
271+
REPLY_MESSAGE_ID_INVALID The reply message id is invalid
270272
RESULTS_TOO_MUCH The result contains too many items
271273
RESULT_ID_DUPLICATE The result contains items with duplicated identifiers
272274
RESULT_ID_EMPTY Result ID empty
@@ -309,6 +311,7 @@ STICKER_TGS_NOTGS A tgs sticker file was expected, but something else was provid
309311
STICKER_THUMB_PNG_NOPNG A png sticker thumbnail file was expected, but something else was provided
310312
STICKER_VIDEO_NOWEBM A webm video file was expected, but something else was provided
311313
STORIES_TOO_MUCH Too many stories in the current account
314+
STORY_PERIOD_INVALID The story period is invalid
312315
TAKEOUT_INVALID The takeout id is invalid
313316
TAKEOUT_REQUIRED The method must be invoked inside a takeout session
314317
TEMP_AUTH_KEY_EMPTY The temporary auth key provided is empty
@@ -319,6 +322,7 @@ THEME_MIME_INVALID You cannot create this theme because the mime-type is invalid
319322
TMP_PASSWORD_DISABLED The temporary password is disabled
320323
TMP_PASSWORD_INVALID The temporary password is invalid
321324
TOKEN_INVALID The provided token is invalid
325+
TOPIC_NOT_MODIFIED The topic was not modified
322326
TRANSCRIPTION_FAILED Telegram is having internal problems. Please try again later to transcribe the audio.
323327
TTL_DAYS_INVALID The provided TTL days is invalid
324328
TTL_MEDIA_INVALID The media does not support self-destruction

0 commit comments

Comments
 (0)