summaryrefslogtreecommitdiffstats
path: root/lasso/errors.h
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2005-11-15 11:02:26 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2005-11-15 11:02:26 +0000
commit367d20203bdfef998b4f12bfcd41702f2fcf8f2c (patch)
tree8ad0fd20e3dc9a3afac066801f611d77277224cb /lasso/errors.h
parent252e652747d5af795a9ca40f0b0a8224c37ab79d (diff)
downloadlasso-367d20203bdfef998b4f12bfcd41702f2fcf8f2c.tar.gz
lasso-367d20203bdfef998b4f12bfcd41702f2fcf8f2c.tar.xz
lasso-367d20203bdfef998b4f12bfcd41702f2fcf8f2c.zip
Added a first soap fault code error.
Diffstat (limited to 'lasso/errors.h')
-rw-r--r--lasso/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/errors.h b/lasso/errors.h
index b1ad238d..8b649e5c 100644
--- a/lasso/errors.h
+++ b/lasso/errors.h
@@ -100,3 +100,5 @@
/* Federation Termination Notification */
#define LASSO_DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER -700
+/* Soap */
+#define LASSO_SOAP_FAULT_REDIRECT_REQUEST 800