summaryrefslogtreecommitdiff
path: root/include/persistence_client_library_error_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/persistence_client_library_error_def.h')
-rw-r--r--include/persistence_client_library_error_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/persistence_client_library_error_def.h b/include/persistence_client_library_error_def.h
index 7677e51..7a9d80d 100644
--- a/include/persistence_client_library_error_def.h
+++ b/include/persistence_client_library_error_def.h
@@ -119,6 +119,8 @@ extern "C" {
#define EPERS_SHUTDOWN_NO_PERMIT (-42)
/// not a trusted application,no access to persistence data
#define EPERS_SHUTDOWN_NO_TRUSTED (-43)
+/// not the responsible application to modify shared data
+#define EPERS_NOT_RESP_APP (-44)
/// requested handle is not valid. \since PCL v7.0.3
#define EPERS_INVALID_HANDLE (-1000)