summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-01-24 09:34:07 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-01-24 09:34:07 +0000
commit71e43cfd1fed09c01307cec04bacaadf7747948c (patch)
tree57747be6087e948cfd359f6a83169f855a1b55e7
parentd38057f858e853c4eb87fdcd8487799cc7b34d7e (diff)
Core: add a new messsage format error for XSchema constraint failure
-rw-r--r--lasso/xml/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/xml.h b/lasso/xml/xml.h
index 50a13f13..4be16d8d 100644
--- a/lasso/xml/xml.h
+++ b/lasso/xml/xml.h
@@ -62,6 +62,7 @@ extern "C" {
* message that was passed to that function.
**/
typedef enum {
+ LASSO_MESSAGE_FORMAT_XSCHEMA_ERROR = -2,
LASSO_MESSAGE_FORMAT_ERROR = -1,
LASSO_MESSAGE_FORMAT_UNKNOWN,
LASSO_MESSAGE_FORMAT_XML,