diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-15 10:14:27 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-15 10:14:27 +0000 |
| commit | 3dc8389da176bc6e7bb66ea1eac2db02e68741ea (patch) | |
| tree | 219fdbbbad7574fa3f0c275c9abd67ff7d04664c /lasso/xml/errors.h | |
| parent | 501da6b2b6ccdc9413c416d6ea5cb6541b648070 (diff) | |
| download | lasso-3dc8389da176bc6e7bb66ea1eac2db02e68741ea.tar.gz lasso-3dc8389da176bc6e7bb66ea1eac2db02e68741ea.tar.xz lasso-3dc8389da176bc6e7bb66ea1eac2db02e68741ea.zip | |
new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error code
Diffstat (limited to 'lasso/xml/errors.h')
| -rw-r--r-- | lasso/xml/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h index 45d335d6..19d11fb2 100644 --- a/lasso/xml/errors.h +++ b/lasso/xml/errors.h @@ -68,6 +68,7 @@ #define LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL -410 #define LASSO_PROFILE_ERROR_IDENTITY_NOT_FOUND -411 #define LASSO_PROFILE_ERROR_FEDERATION_NOT_FOUND -412 +#define LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND -413 /* functions/methods parameters checking */ #define LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ -501 |
