summaryrefslogtreecommitdiffstats
path: root/swig/Lasso.i
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-28 16:26:31 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-28 16:26:31 +0000
commit775d10953619e8920b8d4f40065c35ba1f2ea98c (patch)
tree3c7badc3710bd8dfd2bfd5c769d6b6bed63a7fe6 /swig/Lasso.i
parent2e7616519bd05a47167b72bc6a19c62374277965 (diff)
downloadlasso-775d10953619e8920b8d4f40065c35ba1f2ea98c.tar.gz
lasso-775d10953619e8920b8d4f40065c35ba1f2ea98c.tar.xz
lasso-775d10953619e8920b8d4f40065c35ba1f2ea98c.zip
added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error code
Diffstat (limited to 'swig/Lasso.i')
-rw-r--r--swig/Lasso.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index 3f836e60..86c879e7 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -549,6 +549,7 @@ typedef enum {
%rename(LOGIN_ERROR_REQUEST_DENIE) LASSO_LOGIN_ERROR_REQUEST_DENIE;
%rename(LOGIN_ERROR_INVALID_SIGNATURE) LASSO_LOGIN_ERROR_INVALID_SIGNATURE;
%rename(LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST) LASSO_LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST;
+%rename(LOGIN_ERROR_STATUS_NOT_SUCCESS) LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS;
#endif
#define LASSO_LOGIN_ERROR_FEDERATION_NOT_FOUND 601
#define LASSO_LOGIN_ERROR_CONSENT_NOT_OBTAINED 602
@@ -556,6 +557,7 @@ typedef enum {
#define LASSO_LOGIN_ERROR_REQUEST_DENIE 604
#define LASSO_LOGIN_ERROR_INVALID_SIGNATURE 605
#define LASSO_LOGIN_ERROR_UNSIGNED_AUTHN_REQUEST 606
+#define LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS 607
/* Federation Termination Notification */
#ifndef SWIGPHP4