From 39419ea08b9138281166c3bd81cb80b51368b8d0 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Mon, 24 Aug 2020 12:08:39 +0900 Subject: [PATCH] Add new custom error msg of gesture Change-Id: I126889255322321551378bab2cc9740e081e5ea2 Signed-off-by: Sunggyu Choi --- include/private/tizen_error_private.h | 3 +++ packaging/capi-base-common.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.34.1