mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 10:19:48 +03:00
Extend error message on FILE_ID_INVALID.
This commit is contained in:
parent
0a3393ee67
commit
bbb5889242
|
@ -90,7 +90,7 @@ EXPORT_CARD_INVALID,400,Provided card is invalid
|
|||
EXTERNAL_URL_INVALID,400,External URL invalid
|
||||
FIELD_NAME_EMPTY,,The field with the name FIELD_NAME is missing
|
||||
FIELD_NAME_INVALID,,The field with the name FIELD_NAME is invalid
|
||||
FILE_ID_INVALID,400,The provided file id is invalid
|
||||
FILE_ID_INVALID,400,The provided file id is invalid. Verify parameters file id, access hash (expires!), file reference, and thumbnail (non-empty).
|
||||
FILE_MIGRATE_X,303,The file to be accessed is currently stored in DC {new_dc}
|
||||
FILE_PARTS_INVALID,400,The number of file parts is invalid
|
||||
FILE_PART_0_MISSING,,File part 0 missing
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 93.
|
Loading…
Reference in New Issue
Block a user