diff options
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 "\ |
