Document new EMOTICON_INVALID error

This commit is contained in:
Lonami Exo
2020-04-24 12:38:51 +02:00
parent a353ae3b65
commit dcc450267f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ EMAIL_HASH_EXPIRED,400,The email hash expired and cannot be used to verify it
EMAIL_INVALID,400,The given email is invalid
EMAIL_UNCONFIRMED_X,400,"Email unconfirmed, the length of the code must be {code_length}"
EMOTICON_EMPTY,400,The emoticon field cannot be empty
EMOTICON_INVALID,400,The specified emoticon cannot be used or was not a emoticon
ENCRYPTED_MESSAGE_INVALID,400,Encrypted message invalid
ENCRYPTION_ALREADY_ACCEPTED,400,Secret chat already accepted
ENCRYPTION_ALREADY_DECLINED,400,The secret chat was already declined
1 name codes description
78 EMAIL_INVALID 400 The given email is invalid
79 EMAIL_UNCONFIRMED_X 400 Email unconfirmed, the length of the code must be {code_length}
80 EMOTICON_EMPTY 400 The emoticon field cannot be empty
81 EMOTICON_INVALID 400 The specified emoticon cannot be used or was not a emoticon
82 ENCRYPTED_MESSAGE_INVALID 400 Encrypted message invalid
83 ENCRYPTION_ALREADY_ACCEPTED 400 Secret chat already accepted
84 ENCRYPTION_ALREADY_DECLINED 400 The secret chat was already declined