summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIngo Huerner <ingo_huerner@mentor.com>2017-01-27 13:11:44 +0100
committerIngo Huerner <ingo_huerner@mentor.com>2017-01-27 13:11:44 +0100
commit2b2641432537b24e145350ac11719b87c50ab329 (patch)
treee3389917922d0ee3517819f198864a71a4116cdf /include
parent18e5dde1dd0d2dd61460cc27257b8a51f66f75b6 (diff)
downloadpersistence-client-library-2b2641432537b24e145350ac11719b87c50ab329.tar.gz
Make usage of plugins more robust (Nullpointer check); Added creation of test log file for file API tests
Diffstat (limited to 'include')
-rw-r--r--include/persistence_client_library_error_def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/persistence_client_library_error_def.h b/include/persistence_client_library_error_def.h
index 7a9d80d..32f076a 100644
--- a/include/persistence_client_library_error_def.h
+++ b/include/persistence_client_library_error_def.h
@@ -121,6 +121,10 @@ extern "C" {
#define EPERS_SHUTDOWN_NO_TRUSTED (-43)
/// not the responsible application to modify shared data
#define EPERS_NOT_RESP_APP (-44)
+/// plugin function not available
+#define EPERS_NO_PLUGIN_FUNCT (-45)
+/// plugin variable not available
+#define EPERS_NO_PLUGIN_VAR (-46)
/// requested handle is not valid. \since PCL v7.0.3
#define EPERS_INVALID_HANDLE (-1000)