[ACR-1585] Add new error messages for Gesture 45/241045/1
authorsooyeon.kim <sooyeon.kim@samsung.com>
Fri, 14 Aug 2020 05:34:19 +0000 (14:34 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Fri, 14 Aug 2020 05:34:19 +0000 (14:34 +0900)
Change-Id: I5f65b6b7031fcc824af1c1646fbed0fcfbd6f399
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
error_messages/capi-ui-gesture.xml [new file with mode: 0644]

diff --git a/error_messages/capi-ui-gesture.xml b/error_messages/capi-ui-gesture.xml
new file mode 100644 (file)
index 0000000..49468ac
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/gesture">
+       <error name="HAND_GESTURE_ERROR_ALREADY_STARTED">
+               <value>TIZEN_ERROR_GESTURE | 0x01</value>
+               <msg>Hand gesture recognition is already started.</msg>
+       </error>
+       <error name="HAND_GESTURE_ERROR_NOT_STARTED">
+               <value>TIZEN_ERROR_GESTURE | 0x02</value>
+               <msg>Hand gesture recognition is not started.</msg>
+       </error>
+       <error name="HAND_GESTURE_ERROR_OPERATION_FAILED">
+               <value>TIZEN_ERROR_GESTURE | 0x04</value>
+               <msg>Operation failed</msg>
+       </error>
+</package>