summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.h
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-08-31 12:05:04 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-08-31 12:05:04 +0000
commitde018d15738a699cabc7d482b405f90109b219ed (patch)
tree4f8e2630773e86a94cf88159794bec6aceac522d /lasso/xml/errors.h
parent9bd67e516ae07fb2eaa9510091ddccf4ccaab935 (diff)
downloadlasso-de018d15738a699cabc7d482b405f90109b219ed.tar.gz
lasso-de018d15738a699cabc7d482b405f90109b219ed.tar.xz
lasso-de018d15738a699cabc7d482b405f90109b219ed.zip
Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that lasso needs a request to process a task. For example, when building a response message
Diffstat (limited to 'lasso/xml/errors.h')
-rw-r--r--lasso/xml/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h
index 7f5ef330..03efb7b8 100644
--- a/lasso/xml/errors.h
+++ b/lasso/xml/errors.h
@@ -46,6 +46,7 @@
#define LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE -301
#define LASSO_PROFILE_ERROR_INVALID_QUERY -401
+#define LASSO_PROFILE_ERROR_MISSING_REQUEST -402
#define LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ -501
#define LASSO_PARAM_ERROR_INVALID_VALUE -502