From 49f9534cdba67e5dd7373649b24a2c00038fd31e Mon Sep 17 00:00:00 2001 From: taeyoung Date: Tue, 6 Sep 2016 15:27:18 +0900 Subject: [PATCH] Add new error message for usb-host APIs Signed-off-by: taeyoung Change-Id: I4ba9cbbb912e9c2b8a70a194ff86b181c09be347 --- error_messages/capi-system-usbhost.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 error_messages/capi-system-usbhost.xml diff --git a/error_messages/capi-system-usbhost.xml b/error_messages/capi-system-usbhost.xml new file mode 100644 index 0000000..87b6bf7 --- /dev/null +++ b/error_messages/capi-system-usbhost.xml @@ -0,0 +1,16 @@ + + + + TIZEN_ERROR_USB_HOST | 0x01 + Entity not found + + + TIZEN_ERROR_USB_HOST | 0x02 + Overflow + + + TIZEN_ERROR_USB_HOST | 0x03 + Device is not opened + + + -- 2.34.1