diff options
Diffstat (limited to 'lasso/errors.h')
-rw-r--r-- | lasso/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/errors.h b/lasso/errors.h index 9ff689f6..f7374739 100644 --- a/lasso/errors.h +++ b/lasso/errors.h @@ -150,6 +150,7 @@ #define LASSO_WSF_PROFILE_ERROR_SOAP_FAULT 1104 /* SOAP ID-WSF binding returned a SOAP fault */ #define LASSO_WSF_PROFILE_ERROR_UNSUPPORTED_SECURITY_MECHANISM 1105 /* The specified security mechanism is not supported by lasso ID-WSF library */ #define LASSO_WSF_PROFILE_ERROR_MISSING_DESCRIPTION -1106 /* No ID-WSF web Service description could be found for the current security mechanism */ +#define LASSO_WSF_PROFILE_ERROR_MISSING_RESOURCE_ID -1107 /* The necessary ResourceID or EncryptedResourceID for calling an ID-WSF service is missing. */ /* ID-WSF 2 Discovery */ #define LASSO_DISCOVERY_ERROR_SVC_METADATA_REGISTER_FAILED -1200 /* Service metadata registration failed */ |