diff options
Diffstat (limited to 'lasso/errors.h')
-rw-r--r-- | lasso/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/errors.h b/lasso/errors.h index 2d54ca23..73005372 100644 --- a/lasso/errors.h +++ b/lasso/errors.h @@ -103,6 +103,8 @@ #define LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS -432 #define LASSO_PROFILE_ERROR_MISSING_ISSUER -433 #define LASSO_PROFILE_ERROR_MISSING_SERVICE_INSTANCE -434 +#define LASSO_PROFILE_ERROR_MISSING_ENDPOINT_REFERENCE -435 +#define LASSO_PROFILE_ERROR_MISSING_ENDPOINT_REFERENCE_ADDRESS -436 /* functions/methods parameters checking */ #define LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ -501 |