diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-26 00:29:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-14 17:27:42 +0200 |
| commit | bd806060787e0d6d3433122040810622e3b677b7 (patch) | |
| tree | 0bfc5a718f8b9176eaf94d7859fe9df7a00d4ad2 /src | |
| parent | cdf3e79adcb4446390c5b5543198e2c7c1b16f32 (diff) | |
Add new OK type of verification note.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 4ca3297a..88b4d0b9 100644 --- a/src/verify.h +++ b/src/verify.h @@ -62,12 +62,13 @@ class VerificationNote { public: enum class Type { + OK, ERROR, BV21_ERROR, ///< may not always be considered an error, but violates a "shall" requirement of Bv2.1 WARNING }; - /** Codes for errors or warnings from verifying DCPs. + /** Codes for successful checks, errors or warnings from verifying DCPs. * * The names should (in general) answer the question "what is wrong?" with an answer that begins "There is a ..." * e.g. "There is a INCORRECT_CPL_HASH" |
