diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-01-03 23:17:52 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-01-03 23:17:52 +0000 |
| commit | 46b74e89841fcc3048e300fdcc1b40ff2b7d35c5 (patch) | |
| tree | e758b03e413df61e6368bb5c2cbea6c483e63b62 /lasso/errors.h | |
| parent | 1e19373f58f3e85fa7f8533b3295742d82bbfaae (diff) | |
| download | lasso-46b74e89841fcc3048e300fdcc1b40ff2b7d35c5.tar.gz lasso-46b74e89841fcc3048e300fdcc1b40ff2b7d35c5.tar.xz lasso-46b74e89841fcc3048e300fdcc1b40ff2b7d35c5.zip | |
new LASSO_NAME_IDENTIFIER_MAPPING_ERROR_MISSING_TARGET_IDENTIFIER error code
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 184106a4..7dd099b4 100644 --- a/lasso/errors.h +++ b/lasso/errors.h @@ -132,6 +132,7 @@ /* Name Identifier Mapping */ #define LASSO_NAME_IDENTIFIER_MAPPING_ERROR_MISSING_TARGET_NAMESPACE -900 #define LASSO_NAME_IDENTIFIER_MAPPING_ERROR_FORBIDDEN_CALL_ON_THIS_SIDE -901 +#define LASSO_NAME_IDENTIFIER_MAPPING_ERROR_MISSING_TARGET_IDENTIFIER -902 /* Data Service */ #define LASSO_DATA_SERVICE_ERROR_UNREGISTERED_DST -1000 |
