summaryrefslogtreecommitdiffstats
path: root/lasso/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/errors.h')
-rw-r--r--lasso/errors.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lasso/errors.h b/lasso/errors.h
index 6dd2b461..1e4b24fa 100644
--- a/lasso/errors.h
+++ b/lasso/errors.h
@@ -263,6 +263,15 @@ LASSO_EXPORT const char* lasso_strerror(int error_code);
* Parsed XML is invalid.
*/
#define LASSO_SERVER_ERROR_INVALID_XML -205
+/**
+ * LASSO_SERVER_ERROR_NO_PROVIDER_LOADED
+ *
+ * When loading a metadata file it indicates that no provider could be loaded.
+ * It could be because the file is not well formed, or because there is no provider for the
+ * role sought.
+ *
+ */
+#define LASSO_SERVER_ERROR_NO_PROVIDER_LOADED 206
/* Single Logout */
/**