summaryrefslogtreecommitdiffstats
path: root/src/qtjsonschema/schemaerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtjsonschema/schemaerror.h')
-rw-r--r--src/qtjsonschema/schemaerror.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/qtjsonschema/schemaerror.h b/src/qtjsonschema/schemaerror.h
index 71f1304..ada86e1 100644
--- a/src/qtjsonschema/schemaerror.h
+++ b/src/qtjsonschema/schemaerror.h
@@ -59,7 +59,11 @@ public:
InvalidObject, // Unable to parse an incoming object
FailedSchemaFileOpenRead, // Schema file could not be opened or read from
InvalidSchemaFolder, // Schema folder does not exist
- InvalidSchemaLoading // Schema loading errors
+ InvalidSchemaLoading, // Schema loading errors
+
+ // Schema Errors
+ SchemaWrongParamType = 100,
+ SchemaWrongParamValue
};
SchemaError() {}