summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:13:33 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:13:33 +0000
commit204e99ab34f583d6678d4623f793d8c7d192ea7c (patch)
tree591375d8fb8c81717441cc750bb4c42f063487c4 /lasso/xml
parent33576b629a083932e4e7c71aa16dff6684a45373 (diff)
downloadlasso-204e99ab34f583d6678d4623f793d8c7d192ea7c.tar.gz
lasso-204e99ab34f583d6678d4623f793d8c7d192ea7c.tar.xz
lasso-204e99ab34f583d6678d4623f793d8c7d192ea7c.zip
XML: add string constant for client soap errors
* lasso/xml/strings.h: add new string constant LASSO_SOAP_FAULT_CODE_CLIENT.
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/strings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index bce62dec..c222d41b 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -400,6 +400,8 @@
#define LASSO_SOAP_FAULT_CODE_SERVER "S:server"
+#define LASSO_SOAP_FAULT_CODE_CLIENT "Client"
+
#define LASSO_SOAP_FAULT_STRING_SERVER "Server Error"
#define LASSO_SOAP_FAULT_STRING_IDENTITY_NOT_FOUND "Identity not found"