diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-01-24 09:34:07 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-01-24 09:34:07 +0000 |
| commit | 71e43cfd1fed09c01307cec04bacaadf7747948c (patch) | |
| tree | 57747be6087e948cfd359f6a83169f855a1b55e7 | |
| parent | d38057f858e853c4eb87fdcd8487799cc7b34d7e (diff) | |
Core: add a new messsage format error for XSchema constraint failure
| -rw-r--r-- | lasso/xml/xml.h | 1 |
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, |
