From: Kichan Kwon Date: Wed, 21 Aug 2019 07:24:53 +0000 (+0900) Subject: [ACR-1437] Add new error messages for Battery Monitor X-Git-Tag: submit/tizen/20190917.065730~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b96f6bbdfa3eb4445ad5fb65f31f313871d40d35;p=platform%2Fcore%2Fapi%2Fcommon.git [ACR-1437] Add new error messages for Battery Monitor Change-Id: I5d396bd39ee6acda8a6f050f048fa46ac84acb14 Signed-off-by: Kichan Kwon --- 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 + + +