Update list of known errors

This commit is contained in:
Lonami Exo 2022-09-27 10:49:12 +02:00
parent 6fcd7dff38
commit fd70b5a428

View File

@ -340,6 +340,7 @@ SLOWMODE_WAIT_X,420,A wait of {seconds} seconds is required before sending anoth
SRP_ID_INVALID,400,
START_PARAM_EMPTY,400,The start parameter is empty
START_PARAM_INVALID,400,Start parameter invalid
START_PARAM_TOO_LONG,400,
STATS_MIGRATE_X,303,The channel statistics must be fetched from DC {dc}
STICKERSET_INVALID,400,The provided sticker set is invalid
STICKERSET_OWNER_ANONYMOUS,406,This sticker set can't be used as the group's official stickers because it was created by one of its anonymous admins

1 name codes description
340 SRP_ID_INVALID 400
341 START_PARAM_EMPTY 400 The start parameter is empty
342 START_PARAM_INVALID 400 Start parameter invalid
343 START_PARAM_TOO_LONG 400
344 STATS_MIGRATE_X 303 The channel statistics must be fetched from DC {dc}
345 STICKERSET_INVALID 400 The provided sticker set is invalid
346 STICKERSET_OWNER_ANONYMOUS 406 This sticker set can't be used as the group's official stickers because it was created by one of its anonymous admins