From: Sunggyu Choi Date: Thu, 14 May 2020 05:24:57 +0000 (+0900) Subject: Add newly added custom error of privilege info X-Git-Tag: submit/tizen/20200515.014123^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=777fdfd21d0a4444a5133e84eecfb4df8ee47f83;p=platform%2Fcore%2Fapi%2Fcommon.git Add newly added custom error of privilege info Change-Id: Ic0cfa48a6f285f944cdc776ce8128b13baa1bdc3 Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index 0d8af87..d2c65a7 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -569,6 +569,7 @@ static err_info err_list[] = { ERR_ENTRY("USB_HOST_ERROR_OVERFLOW", TIZEN_ERROR_USB_HOST | 0x02, "Overflow"), ERR_ENTRY("USB_HOST_ERROR_DEVICE_NOT_OPENED", TIZEN_ERROR_USB_HOST | 0x03, "Device is not opened"), ERR_ENTRY("SYSTEM_SETTINGS_ERROR_LOCKSCREEN_APP_PASSWORD_MODE", TIZEN_ERROR_SYSTEM_SETTING | 0x01, "Current lock screen app set 'password' type"), + ERR_ENTRY("PRVINFO_ERROR_NO_MATCHING_PRIVILEGE", TIZEN_ERROR_PRIVILEGE_INFORMATION | 0x01, "Unknown privilege "), ERR_ENTRY("DOWNLOAD_ERROR_INVALID_STATE", TIZEN_ERROR_DOWNLOAD | 0x21, "Invalid state"), ERR_ENTRY("DOWNLOAD_ERROR_CONNECTION_FAILED", TIZEN_ERROR_DOWNLOAD | 0x22, "Connection failed"), ERR_ENTRY("DOWNLOAD_ERROR_INVALID_URL", TIZEN_ERROR_DOWNLOAD | 0x24, "Invalid URL"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 4814d99..6a902f4 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.54 +Version: 0.4.55 Release: 1 Group: Base License: Apache-2.0