summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/errors.c')
-rw-r--r--lasso/xml/errors.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lasso/xml/errors.c b/lasso/xml/errors.c
index 2ba1f268..ec6a76de 100644
--- a/lasso/xml/errors.c
+++ b/lasso/xml/errors.c
@@ -89,6 +89,10 @@ lasso_strerror(int error_code)
return "Unsupported protocol profile";
case LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL:
return "Unable to find Profile URL in metadata";
+ case LASSO_PROFILE_ERROR_IDENTITY_NOT_FOUND:
+ return "Identity not found";
+ case LASSO_PROFILE_ERROR_FEDERATION_NOT_FOUND:
+ return "Federation not found";
case LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ:
return "An object type provided as parameter "\