You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constants/errorMessages.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,6 @@ module.exports = {
19
19
"MISSING_PHASH_VALUE": {message: "Missing pHash value",help: "Please pass two pHash values"},
20
20
"UNEQUAL_STRING_LENGTH": {message: "Unequal pHash string length",help: "For distance calucation, the two pHash strings must have equal length"},
21
21
//bulk delete errors
22
-
"INVALID_FILEIDS_VALUE": {message: "Invalid value for fileIds",help: "fileIds should be an string array of fileId of the files to delete. The array should have atleast one fileId."}
22
+
"INVALID_FILEIDS_VALUE": {message: "Invalid value for fileIds",help: "fileIds should be an string array of fileId of the files to delete. The array should have atleast one fileId.",},
23
+
"BULK_ADD_TAGS_INVALID": {message: "Invalid value for tags",help: "tags should be a non empty array of string like ['tag1', 'tag2']."}
0 commit comments