Add new custom error msg of gesture 69/242069/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121837 accepted/tizen/6.0/unified/hotfix/20201103.004112 accepted/tizen/6.0/unified/hotfix/20201103.051112 accepted/tizen/unified/20200828.121624 submit/tizen/20200826.031152 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 24 Aug 2020 03:08:39 +0000 (12:08 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 24 Aug 2020 03:08:39 +0000 (12:08 +0900)
Change-Id: I126889255322321551378bab2cc9740e081e5ea2
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index e09f4bf..bb24636 100644 (file)
@@ -546,6 +546,9 @@ static err_info err_list[] = {
        ERR_ENTRY("WIDGET_ERROR_NOT_EXIST", TIZEN_ERROR_WIDGET | 0x0008, "Not exists"),
        ERR_ENTRY("WIDGET_ERROR_DISABLED", TIZEN_ERROR_WIDGET | 0x00010, "Disabled"),
        ERR_ENTRY("WIDGET_ERROR_MAX_EXCEEDED", TIZEN_ERROR_WIDGET | 0x00011, "Maximum number of instances exceeded"),
+       ERR_ENTRY("HAND_GESTURE_ERROR_ALREADY_STARTED", TIZEN_ERROR_GESTURE | 0x01, "Hand gesture recognition is already started."),
+       ERR_ENTRY("HAND_GESTURE_ERROR_NOT_STARTED", TIZEN_ERROR_GESTURE | 0x02, "Hand gesture recognition is not started."),
+       ERR_ENTRY("HAND_GESTURE_ERROR_OPERATION_FAILED", TIZEN_ERROR_GESTURE | 0x04, "Operation failed"),
        ERR_ENTRY("NOTIFICATION_ERROR_FROM_DB", TIZEN_ERROR_NOTIFICATION | 0x01, "Error from DB"),
        ERR_ENTRY("NOTIFICATION_ERROR_ALREADY_EXIST_ID", TIZEN_ERROR_NOTIFICATION | 0x02, "Already exist private ID"),
        ERR_ENTRY("NOTIFICATION_ERROR_FROM_DBUS", TIZEN_ERROR_NOTIFICATION | 0x03, "Error from DBus"),
index b34ef1c..80d5483 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.58
+Version:    0.4.59
 Release:    1
 Group:      Base
 License:    Apache-2.0