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: libs/constants/errorMessages.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ export default {
7
7
"CACHE_PURGE_URL_MISSING": {message: "Missing URL parameter for this request",help: ""},
8
8
"CACHE_PURGE_STATUS_ID_MISSING": {message: "Missing Request ID parameter for this request",help: ""},
9
9
"FILE_ID_MISSING": {message: "Missing File ID parameter for this request",help: ""},
10
+
"FILE_VERSION_ID_MISSING": {message: "Missing File version ID parameter for this request",help: ""},
10
11
"FILE_ID_OR_URL_MISSING": {message: "Pass either File ID or remote URL of the image as first parameter",help: ""},
11
12
"UPDATE_DATA_MISSING": {message: "Missing file update data for this request",help: ""},
12
13
"UPDATE_DATA_TAGS_INVALID": {message: "Invalid tags parameter for this request",help: "tags should be passed as null or an array like ['tag1', 'tag2']"},
@@ -29,5 +30,6 @@ export default {
29
30
"UNEQUAL_STRING_LENGTH": {message: "Unequal pHash string length",help: "For distance calucation, the two pHash strings must have equal length"},
30
31
//bulk delete errors
31
32
"INVALID_FILEIDS_VALUE": {message: "Invalid value for fileIds",help: "fileIds should be an array of fileId of the files. The array should have atleast one fileId."},
32
-
"BULK_ADD_TAGS_INVALID": {message: "Invalid value for tags",help: "tags should be a non empty array of string like ['tag1', 'tag2']."}
33
+
"BULK_ADD_TAGS_INVALID": {message: "Invalid value for tags",help: "tags should be a non empty array of string like ['tag1', 'tag2']."},
34
+
"BULK_AI_TAGS_INVALID": {message: "Invalid value for AITags",help: "AITags should be a non empty array of string like ['tag1', 'tag2']."}
0 commit comments