From: Sunggyu Choi Date: Mon, 24 Aug 2020 03:08:39 +0000 (+0900) Subject: Add new custom error msg of gesture X-Git-Tag: submit/tizen/20200826.031152^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_6.0_hotfix;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error msg of gesture Change-Id: I126889255322321551378bab2cc9740e081e5ea2 Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index e09f4bf..bb24636 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -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"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index b34ef1c..80d5483 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -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