diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-12-27 16:19:39 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-12-27 16:19:39 +0000 |
| commit | cdd45908f5ee429c55cdbb100a1ce0bdd7bb7538 (patch) | |
| tree | 3f58caba90bf7b6fd7a297ac5a5c6ce9c561a2c4 /lasso/errors.c | |
| parent | 0b9d49d4cf1f20793e2839eae3785133f26f6d35 (diff) | |
| download | lasso-cdd45908f5ee429c55cdbb100a1ce0bdd7bb7538.tar.gz lasso-cdd45908f5ee429c55cdbb100a1ce0bdd7bb7538.tar.xz lasso-cdd45908f5ee429c55cdbb100a1ce0bdd7bb7538.zip | |
new LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS error code
Diffstat (limited to 'lasso/errors.c')
| -rw-r--r-- | lasso/errors.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/errors.c b/lasso/errors.c index ac5e19e0..0e91c5d6 100644 --- a/lasso/errors.c +++ b/lasso/errors.c @@ -151,6 +151,8 @@ lasso_strerror(int error_code) return "Invalid artifact"; case LASSO_PROFILE_ERROR_MISSING_ENCRYPTION_PRIVATE_KEY: return "Found an encrypted element but encryption private key is not set"; + case LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS: + return "Status code is not success"; case LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ: return "An object type provided as parameter "\ |
