Add new error messge for Update Control (ACR-1285) 86/188486/3
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 5 Sep 2018 08:54:18 +0000 (17:54 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 6 Sep 2018 02:19:19 +0000 (11:19 +0900)
Add Update Control error messages.

Change-Id: I7e6dd55539a33ce7c30dfb6065ad612907508f9c
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
error_messages/update-control.xml [new file with mode: 0644]

diff --git a/error_messages/update-control.xml b/error_messages/update-control.xml
new file mode 100644 (file)
index 0000000..b5d85b7
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/system/update-control">
+       <error name="UPDATE_CONTROL_ERROR_INVALID_PACKAGE">
+               <value>TIZEN_ERROR_UPDATE_CONTROL | 0x01</value>
+               <msg>Invalid package</msg>
+       </error>
+       <error name="UPDATE_CONTROL_ERROR_INVALID_URI">
+               <value>TIZEN_ERROR_UPDATE_CONTROL | 0x02</value>
+               <msg>Invalid URI</msg>
+       </error>
+       <error name="UPDATE_CONTROL_ERROR_PACKAGE_NOT_SUPPORTED">
+               <value>TIZEN_ERROR_UPDATE_CONTROL | 0x03</value>
+               <msg>Package type not supported</msg>
+       </error>
+       <error name="UPDATE_CONTROL_ERROR_SYSTEM_ERROR">
+               <value>TIZEN_ERROR_UPDATE_CONTROL | 0x04</value>
+               <msg>System error</msg>
+       </error>
+</package>
+