From: Kichan Kwon Date: Wed, 4 Sep 2019 06:16:43 +0000 (+0900) Subject: Remove useless battery-monitor error values X-Git-Tag: submit/tizen/20190917.065730~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30a12201801ceef2e73caca5fbf556d6a0794ba3;p=platform%2Fcore%2Fapi%2Fcommon.git Remove useless battery-monitor error values Change-Id: Ibb979457ef9317b4fe5d7972ba36165a125cc478 Signed-off-by: Kichan Kwon --- 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 + + +