Add new error message for usb-host APIs 45/87045/1
authortaeyoung <ty317.kim@samsung.com>
Tue, 6 Sep 2016 06:27:18 +0000 (15:27 +0900)
committertaeyoung <ty317.kim@samsung.com>
Tue, 6 Sep 2016 06:28:13 +0000 (15:28 +0900)
Signed-off-by: taeyoung <ty317.kim@samsung.com>
Change-Id: I4ba9cbbb912e9c2b8a70a194ff86b181c09be347

error_messages/capi-system-usbhost.xml [new file with mode: 0644]

diff --git a/error_messages/capi-system-usbhost.xml b/error_messages/capi-system-usbhost.xml
new file mode 100644 (file)
index 0000000..87b6bf7
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/usb-host">  <!-- git path -->
+       <error name="USB_HOST_ERROR_NOT_FOUND">  <!-- The name of error enumerator -->
+               <value>TIZEN_ERROR_USB_HOST | 0x01</value>  <!-- The value of error enumerator. -->
+               <msg>Entity not found</msg>  <!-- The message of error enumerator -->
+       </error>
+       <error name="USB_HOST_ERROR_OVERFLOW">
+               <value>TIZEN_ERROR_USB_HOST | 0x02</value>
+               <msg>Overflow</msg>
+       </error>
+       <error name="USB_HOST_ERROR_DEVICE_NOT_OPENED">
+               <value>TIZEN_ERROR_USB_HOST | 0x03</value>
+               <msg>Device is not opened</msg>
+       </error>
+</package>
+