summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-03-09 21:06:53 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-09 21:06:53 +0100
commite617a3f8073fbf8d1d9ef01b57e866dd41978b87 (patch)
tree453a2519bfcae23fc52fb5638b29b594a72db587 /src/verify.h
parent64e72c622be986c7272e938c2d3235c61abef402 (diff)
Give an error if there is no asset map.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index ab9e9aac..89069bdd 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -77,6 +77,8 @@ public:
MISMATCHED_STANDARD,
/** Some XML fails to validate against the XSD/DTD */
XML_VALIDATION_ERROR,
+ /** No ASSETMAP{.xml} was found */
+ MISSING_ASSETMAP
};
VerificationNote (Type type, Code code)