From b96f6bbdfa3eb4445ad5fb65f31f313871d40d35 Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Wed, 21 Aug 2019 16:24:53 +0900 Subject: [PATCH] [ACR-1437] Add new error messages for Battery Monitor Change-Id: I5d396bd39ee6acda8a6f050f048fa46ac84acb14 Signed-off-by: Kichan Kwon --- error_messages/capi-battery-monitor.xml | 56 +++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 error_messages/capi-battery-monitor.xml diff --git a/error_messages/capi-battery-monitor.xml b/error_messages/capi-battery-monitor.xml new file mode 100644 index 0000000..34c539b --- /dev/null +++ b/error_messages/capi-battery-monitor.xml @@ -0,0 +1,56 @@ + + + + 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 + + + -- 2.7.4