Document FILE_REFERENCE_EMPTY

This commit is contained in:
Lonami Exo
2020-05-24 18:41:30 +02:00
parent 88e7f0da65
commit 02d0cbcfab
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -102,6 +102,7 @@ FILE_PART_LENGTH_INVALID,400,The length of a file part is invalid
FILE_PART_SIZE_CHANGED,400,The file part size (chunk size) cannot change during upload
FILE_PART_SIZE_INVALID,400,The provided file part size is invalid
FILE_PART_X_MISSING,400,Part {which} of the file is missing from storage
FILE_REFERENCE_EMPTY,400,The file reference must exist to access the media and it cannot be empty
FILEREF_UPGRADE_NEEDED,406,The file reference needs to be refreshed before being used again
FIRSTNAME_INVALID,400,The first name is invalid
FLOOD_TEST_PHONE_WAIT_X,420,A wait of {seconds} seconds is required in the test servers
1 name codes description
102 FILE_PART_SIZE_CHANGED 400 The file part size (chunk size) cannot change during upload
103 FILE_PART_SIZE_INVALID 400 The provided file part size is invalid
104 FILE_PART_X_MISSING 400 Part {which} of the file is missing from storage
105 FILE_REFERENCE_EMPTY 400 The file reference must exist to access the media and it cannot be empty
106 FILEREF_UPGRADE_NEEDED 406 The file reference needs to be refreshed before being used again
107 FIRSTNAME_INVALID 400 The first name is invalid
108 FLOOD_TEST_PHONE_WAIT_X 420 A wait of {seconds} seconds is required in the test servers