Move from mulit-threaded to single-threaded dbus communication
[profile/ivi/persistence-client-library.git] / include / persistence_client_library_error_def.h
index 87042ae..f23c6da 100644 (file)
@@ -95,6 +95,15 @@ extern "C" {
 #define EPERS_NOT_INITIALIZED  (-32)
 // max buffer size
 #define EPERS_MAX_BUFF_SIZE      (-33)
+// failed to setup dbus mainloop
+#define EPERS_DBUS_MAINLOOP     (-34)
+// failed register lifecycle dbus
+#define EPERS_REGISTER_LIFECYCLE (-35)
+// failed register admin service dbus
+#define EPERS_REGISTER_ADMIN     (-36)
+// registration on this key is not allowed
+#define EPERS_NOTIFY_NOT_ALLOWED (-37)
+
 
 #ifdef __cplusplus
 }