summaryrefslogtreecommitdiffstats
path: root/src/qtjsonschema/schemaerror.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtjsonschema/schemaerror.cpp')
-rw-r--r--src/qtjsonschema/schemaerror.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qtjsonschema/schemaerror.cpp b/src/qtjsonschema/schemaerror.cpp
index 4f1ed62..50e0c72 100644
--- a/src/qtjsonschema/schemaerror.cpp
+++ b/src/qtjsonschema/schemaerror.cpp
@@ -73,6 +73,10 @@ const QString SchemaError::kErrorPrefixStr = QString::fromLatin1("::");
Schema folder does not exist
\value InvalidSchemaLoading
Schema loading errors
+ \value SchemaWrongParamType
+ Schema attribute has an invalid type
+ \value SchemaWrongParamValue
+ Schema attribute has an invalid value
*/
/*!