Update telethon_generator/data/errors.csv

Co-Authored-By: Lonami <totufals@hotmail.com>
This commit is contained in:
Andrebcd4 2019-09-24 12:31:37 +03:00 committed by GitHub
parent 42b7b04d40
commit 77f2010e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ SESSION_PASSWORD_NEEDED,401,Two-steps verification is enabled and a password is
SESSION_REVOKED,401,"The authorization has been invalidated, because of the user terminating all sessions"
SHA256_HASH_INVALID,400,The provided SHA256 hash is invalid
SHORTNAME_OCCUPY_FAILED,400,An error occurred when trying to register the short-name used for the sticker pack. Try a different name
SLOWMODE_WAIT_X,420,A wait of {seconds} seconds is required
SLOWMODE_WAIT_X,420,A wait of {seconds} seconds is required before sending another message in this chat
START_PARAM_EMPTY,400,The start parameter is empty
START_PARAM_INVALID,400,Start parameter invalid
STICKERSET_INVALID,400,The provided sticker set is invalid

1 name codes description
228 SESSION_REVOKED 401 The authorization has been invalidated, because of the user terminating all sessions
229 SHA256_HASH_INVALID 400 The provided SHA256 hash is invalid
230 SHORTNAME_OCCUPY_FAILED 400 An error occurred when trying to register the short-name used for the sticker pack. Try a different name
231 SLOWMODE_WAIT_X 420 A wait of {seconds} seconds is required A wait of {seconds} seconds is required before sending another message in this chat
232 START_PARAM_EMPTY 400 The start parameter is empty
233 START_PARAM_INVALID 400 Start parameter invalid
234 STICKERSET_INVALID 400 The provided sticker set is invalid