summaryrefslogtreecommitdiffstats
path: root/lasso/errors.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-12-27 16:19:39 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-12-27 16:19:39 +0000
commitcdd45908f5ee429c55cdbb100a1ce0bdd7bb7538 (patch)
tree3f58caba90bf7b6fd7a297ac5a5c6ce9c561a2c4 /lasso/errors.h
parent0b9d49d4cf1f20793e2839eae3785133f26f6d35 (diff)
downloadlasso-cdd45908f5ee429c55cdbb100a1ce0bdd7bb7538.tar.gz
lasso-cdd45908f5ee429c55cdbb100a1ce0bdd7bb7538.tar.xz
lasso-cdd45908f5ee429c55cdbb100a1ce0bdd7bb7538.zip
new LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS error code
Diffstat (limited to 'lasso/errors.h')
-rw-r--r--lasso/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/errors.h b/lasso/errors.h
index 42ebcf46..321b07fa 100644
--- a/lasso/errors.h
+++ b/lasso/errors.h
@@ -98,6 +98,7 @@
#define LASSO_PROFILE_ERROR_MISSING_NAME_IDENTIFIER -429
#define LASSO_PROFILE_ERROR_INVALID_ARTIFACT -430
#define LASSO_PROFILE_ERROR_MISSING_ENCRYPTION_PRIVATE_KEY -431
+#define LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS -432
/* functions/methods parameters checking */
#define LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ -501