Update errors.csv

This commit is contained in:
Shrimadhav U K 2021-10-01 07:37:03 +05:30 committed by GitHub
parent 957a65d31f
commit 9c43e0503b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,7 @@ INPUT_REQUEST_TOO_LONG,400,The input request was too long. This may be a bug in
INPUT_USER_DEACTIVATED,400,The specified user was deleted
INTERDC_X_CALL_ERROR,500,An error occurred while communicating with DC {dc}
INTERDC_X_CALL_RICH_ERROR,500,A rich error occurred while communicating with DC {dc}
INVITE_FORBIDDEN_WITH_JOINAS,400,
INVITE_HASH_EMPTY,400,The invite hash is empty
INVITE_HASH_EXPIRED,400,The chat the user tried to join has expired and is not valid anymore
INVITE_HASH_INVALID,400,The invite hash is invalid

1 name codes description
178 INPUT_USER_DEACTIVATED 400 The specified user was deleted
179 INTERDC_X_CALL_ERROR 500 An error occurred while communicating with DC {dc}
180 INTERDC_X_CALL_RICH_ERROR 500 A rich error occurred while communicating with DC {dc}
181 INVITE_FORBIDDEN_WITH_JOINAS 400
182 INVITE_HASH_EMPTY 400 The invite hash is empty
183 INVITE_HASH_EXPIRED 400 The chat the user tried to join has expired and is not valid anymore
184 INVITE_HASH_INVALID 400 The invite hash is invalid