summaryrefslogtreecommitdiffstats
path: root/lasso/errors.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:20 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:07:20 +0000
commite7bdc957e8e1220d71f3368ddfca067a7fb27416 (patch)
tree457b32ed5aba3c6b245eaf6c3a2ff6237b1bd8bb /lasso/errors.c
parentbe7d010290bed966642fb8925702436ca5274acf (diff)
downloadlasso-e7bdc957e8e1220d71f3368ddfca067a7fb27416.tar.gz
lasso-e7bdc957e8e1220d71f3368ddfca067a7fb27416.tar.xz
lasso-e7bdc957e8e1220d71f3368ddfca067a7fb27416.zip
add a general error for a badly initialized object and two error for idwsf relating to a missing assertion id and a missing endpoint declaration
Diffstat (limited to 'lasso/errors.c')
-rw-r--r--lasso/errors.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/errors.c b/lasso/errors.c
index 7afddf76..19abc417 100644
--- a/lasso/errors.c
+++ b/lasso/errors.c
@@ -255,10 +255,9 @@ lasso_strerror(int error_code)
return "Missing endpoint reference";
case LASSO_DST_ERROR_QUERY_PARTIALLY_FAILED:
return "Query partially failed : some items were correctly processed";
- case LASSO_LOGIN_ERROR_FEDERATION_NOT_FOUND:
- return "Federation not found on login";
case LASSO_PROFILE_ERROR_MISSING_REMOTE_PROVIDERID:
return "ProviderID not found";
+
default:
return "Unknown LASSO_ERROR, you should regenerate errors.c";
}