@New-Dev0

This commit is contained in:
Shrimadhav U K 2021-08-23 12:02:36 +05:30 committed by GitHub
parent e4b6ef0e06
commit e17996370e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,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}"
EMOJI_INVALID,400,
EMOJI_NOT_MODIFIED,400,
EMOTICON_EMPTY,400,The emoticon field cannot be empty
EMOTICON_INVALID,400,The specified emoticon cannot be used or was not a emoticon
EMOTICON_STICKERPACK_MISSING,400,The emoticon sticker pack you are trying to get is missing

1 name codes description
102 EMAIL_INVALID 400 The given email is invalid
103 EMAIL_UNCONFIRMED_X 400 Email unconfirmed, the length of the code must be {code_length}
104 EMOJI_INVALID 400
105 EMOJI_NOT_MODIFIED 400
106 EMOTICON_EMPTY 400 The emoticon field cannot be empty
107 EMOTICON_INVALID 400 The specified emoticon cannot be used or was not a emoticon
108 EMOTICON_STICKERPACK_MISSING 400 The emoticon sticker pack you are trying to get is missing