Update telethon_generator/data/errors.csv

Co-authored-by: Lonami <totufals@hotmail.com>
This commit is contained in:
Daniil 2020-08-29 01:28:05 +03:00 committed by GitHub
parent 1e1360570b
commit 3b0b123d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,7 +271,7 @@ START_PARAM_INVALID,400,Start parameter invalid
STATS_MIGRATE_X,303,The channel statistics must be fetched from DC {dc} STATS_MIGRATE_X,303,The channel statistics must be fetched from DC {dc}
STICKERSET_INVALID,400,The provided sticker set is invalid STICKERSET_INVALID,400,The provided sticker set is invalid
STICKERS_EMPTY,400,No sticker provided STICKERS_EMPTY,400,No sticker provided
STICKER_DOCUMENT_INVALID,400,Sticker document invalid STICKER_DOCUMENT_INVALID,400,"The sticker file was invalid (make sure to use the correct format, animated stickers may not be allowed in this request)"
STICKER_EMOJI_INVALID,400,Sticker emoji invalid STICKER_EMOJI_INVALID,400,Sticker emoji invalid
STICKER_FILE_INVALID,400,Sticker file invalid STICKER_FILE_INVALID,400,Sticker file invalid
STICKER_ID_INVALID,400,The provided sticker ID is invalid STICKER_ID_INVALID,400,The provided sticker ID is invalid

1 name codes description
271 STATS_MIGRATE_X 303 The channel statistics must be fetched from DC {dc}
272 STICKERSET_INVALID 400 The provided sticker set is invalid
273 STICKERS_EMPTY 400 No sticker provided
274 STICKER_DOCUMENT_INVALID 400 Sticker document invalid The sticker file was invalid (make sure to use the correct format, animated stickers may not be allowed in this request)
275 STICKER_EMOJI_INVALID 400 Sticker emoji invalid
276 STICKER_FILE_INVALID 400 Sticker file invalid
277 STICKER_ID_INVALID 400 The provided sticker ID is invalid