summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 37a1fc11..fdf2d7ff 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -462,6 +462,11 @@ public:
* other_id contains the ID from the file.
*/
MISMATCHED_ASSET_MAP_ID,
+ /** The <LabelText> inside a <ContentVersion> is empty
+ * note contains the CPL ID
+ * file contains the CPL filename
+ */
+ EMPTY_CONTENT_VERSION_LABEL_TEXT,
};
VerificationNote (Type type, Code code)