From d0e56ef5e4f1e4ceb71760c910d90594d78e3362 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Mon, 8 Jul 2019 20:20:23 +0900 Subject: [PATCH] Add new custom error for Sticker Change-Id: I57c1a25d03d603fe1d4de7a08a13d4b7daf590b2 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 7 ++++--- packaging/capi-base-common.spec | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.34.1