summaryrefslogtreecommitdiffstats
path: root/lasso/errors.h
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2006-11-02 10:50:43 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2006-11-02 10:50:43 +0000
commita3f603c8bd603be57dbc4c817f7aaf904ee3ad87 (patch)
tree17a79eed61c7aa3ba56862721d718accebb974f3 /lasso/errors.h
parent6b5d28d703208b7332438fe9b56a0ee9fd402765 (diff)
downloadlasso-a3f603c8bd603be57dbc4c817f7aaf904ee3ad87.tar.gz
lasso-a3f603c8bd603be57dbc4c817f7aaf904ee3ad87.tar.xz
lasso-a3f603c8bd603be57dbc4c817f7aaf904ee3ad87.zip
Added some error cases
Diffstat (limited to 'lasso/errors.h')
-rw-r--r--lasso/errors.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/lasso/errors.h b/lasso/errors.h
index d23d031d..e6007d10 100644
--- a/lasso/errors.h
+++ b/lasso/errors.h
@@ -86,6 +86,9 @@
#define LASSO_PROFILE_ERROR_MISSING_RESPONSE -421
#define LASSO_PROFILE_ERROR_MISSING_STATUS_CODE -422
#define LASSO_PROFILE_ERROR_MISSING_ARTIFACT -423
+#define LASSO_PROFILE_ERROR_MISSING_RESOURCE_OFFERING 424
+#define LASSO_PROFILE_ERROR_MISSING_SERVICE_DESCRIPTION 425
+#define LASSO_PROFILE_ERROR_MISSING_SERVICE_TYPE 426
/* functions/methods parameters checking */
#define LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ -501
@@ -107,8 +110,3 @@
/* Soap */
#define LASSO_SOAP_FAULT_REDIRECT_REQUEST 800
-
-/* ID-WSF Discovery */
-#define LASSO_DISCO_ERROR_MISSING_RESOURCE_OFFERING 900
-#define LASSO_DISCO_ERROR_MISSING_SERVICE_DESCRIPTION 901
-