From 367d20203bdfef998b4f12bfcd41702f2fcf8f2c Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 15 Nov 2005 11:02:26 +0000 Subject: Added a first soap fault code error. --- lasso/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lasso/errors.h') 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 -- cgit