aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/schema-error.hxx')
-rw-r--r--libxsde/xsde/cxx/schema-error.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/schema-error.hxx b/libxsde/xsde/cxx/schema-error.hxx
index 6097e69..8569e49 100644
--- a/libxsde/xsde/cxx/schema-error.hxx
+++ b/libxsde/xsde/cxx/schema-error.hxx
@@ -59,6 +59,11 @@ namespace xsde
invalid_time_value,
invalid_date_time_value,
invalid_duration_value,
+ value_greater_than_max,
+ value_less_than_min,
+ length_greater_than_max,
+ length_less_than_min,
+ length_not_equal_prescribed,
invalid_xsi_type,
not_derived
};