From: Sunggyu Choi Date: Mon, 8 Jul 2019 11:20:23 +0000 (+0900) Subject: Add new custom error for Sticker X-Git-Tag: submit/tizen/20190708.112952^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0e56ef5e4f1e4ceb71760c910d90594d78e3362;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error for Sticker Change-Id: I57c1a25d03d603fe1d4de7a08a13d4b7daf590b2 Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 09ee2db..f9f86f2 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -295,11 +295,12 @@ extern "C" { #define TIZEN_ERROR_AUTOFILL -0x03010000 /* Media Controller Error */ #define TIZEN_ERROR_MEDIA_CONTROLLER -0x03020000 -/* Component-based Application */ +/* Component-based Application Error */ #define TIZEN_ERROR_COMPONENT -0x03030000 -/* Component Manager */ +/* Component Manager Error */ #define TIZEN_ERROR_COMPONENT_MANAGER -0x03040000 - +/* Sticker Error */ +#define TIZEN_ERROR_STICKER -0x03050000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 3a05402..667425d 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.46 +Version: 0.4.47 Release: 1 Group: Base License: Apache-2.0