From 30a12201801ceef2e73caca5fbf556d6a0794ba3 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Wed, 4 Sep 2019 15:16:43 +0900 Subject: [PATCH] Remove useless battery-monitor error values Change-Id: Ibb979457ef9317b4fe5d7972ba36165a125cc478 Signed-off-by: Kichan Kwon --- error_messages/capi-battery-monitor.xml | 56 ------------------- .../capi-system-battery-monitor.xml | 20 +++++++ 2 files changed, 20 insertions(+), 56 deletions(-) delete mode 100644 error_messages/capi-battery-monitor.xml create mode 100644 error_messages/capi-system-battery-monitor.xml diff --git a/error_messages/capi-battery-monitor.xml b/error_messages/capi-battery-monitor.xml deleted file mode 100644 index 34c539b..0000000 --- a/error_messages/capi-battery-monitor.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - TIZEN_ERROR_BATTERY_MONITOR | 0x01 - Same user name exists in your application - - - TIZEN_ERROR_BATTERY_MONITOR | 0x02 - Not initialized - - - TIZEN_ERROR_BATTERY_MONITOR | 0x03 - Related record does not exist - - - TIZEN_ERROR_BATTERY_MONITOR | 0x04 - DB operation failed - - - TIZEN_ERROR_BATTERY_MONITOR | 0x05 - DB is not connected - - - TIZEN_ERROR_BATTERY_MONITOR | 0x06 - DB query syntax error - - - TIZEN_ERROR_BATTERY_MONITOR | 0x07 - Iterator has reached the end - - - TIZEN_ERROR_BATTERY_MONITOR | 0x08 - Notification failed - - - TIZEN_ERROR_BATTERY_MONITOR | 0x09 - NULL Pointer Value - - - TIZEN_ERROR_BATTERY_MONITOR | 0x0a - Internal error for generic use - - - TIZEN_ERROR_BATTERY_MONITOR | 0x0b - Plugin add error - - - TIZEN_ERROR_BATTERY_MONITOR | 0x0c - Plugin already added - - - TIZEN_ERROR_BATTERY_MONITOR | 0x0d - SQLite busy handler expired - - - diff --git a/error_messages/capi-system-battery-monitor.xml b/error_messages/capi-system-battery-monitor.xml new file mode 100644 index 0000000..fd9dc3c --- /dev/null +++ b/error_messages/capi-system-battery-monitor.xml @@ -0,0 +1,20 @@ + + + + TIZEN_ERROR_BATTERY_MONITOR | 0x01 + Related record does not exist + + + TIZEN_ERROR_BATTERY_MONITOR | 0x02 + DB operation failed + + + TIZEN_ERROR_BATTERY_MONITOR | 0x03 + DB is not connected + + + TIZEN_ERROR_BATTERY_MONITOR | 0x04 + Internal error for generic use + + + -- 2.34.1