diff --git a/lib/json/errorhandling.h b/lib/json/errorhandling.h index 720e0fa..a885ef6 100644 --- a/lib/json/errorhandling.h +++ b/lib/json/errorhandling.h @@ -171,7 +171,8 @@ struct JsonDeserializationErrors : public std::vector TypeMismatch = 0x1, ArraySizeMismatch = 0x2, ConversionError = 0x4, - UnexpectedDuplicate = 0x8 + UnexpectedDuplicate = 0x8, + All = 0xFF, } throwOn; private: