summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.h
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-10-01 05:50:03 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-10-01 05:50:03 +0000
commit3c3523191333cf466436aba2bb6eab08c3be858c (patch)
treefa909eddcc9c1fb1accd3c02abb1e82ff98a240b /lasso/xml/errors.h
parent98006788da122a7ab6d41999f27edf14fb8886f7 (diff)
downloadlasso-3c3523191333cf466436aba2bb6eab08c3be858c.tar.gz
lasso-3c3523191333cf466436aba2bb6eab08c3be858c.tar.xz
lasso-3c3523191333cf466436aba2bb6eab08c3be858c.zip
Synchronized SWIG error codes with those in errors.h (Shame on the
developper who forgot to update them in Lasso.i :-)
Diffstat (limited to 'lasso/xml/errors.h')
-rw-r--r--lasso/xml/errors.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h
index ddc4508c..80de3311 100644
--- a/lasso/xml/errors.h
+++ b/lasso/xml/errors.h
@@ -65,10 +65,12 @@
#define LASSO_PARAM_ERROR_CHECK_FAILED -503
/* login */
-#define LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY -601
#define LASSO_LOGIN_ERROR_FEDERATION_NOT_FOUND 601
#define LASSO_LOGIN_ERROR_CONSENT_NOT_OBTAINED 602
+#define LASSO_LOGIN_ERROR_INVALID_NAMEIDPOLICY -601
+
+/* others */
#define LASSO_ERROR_UNDEFINED -999
const char* lasso_strerror(int error_code);