Add new custom error for Sticker 34/209534/1 accepted/tizen/unified/20190710.103402 submit/tizen/20190708.112952 submit/tizen/20190709.012657
authorSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 8 Jul 2019 11:20:23 +0000 (20:20 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 8 Jul 2019 11:28:51 +0000 (20:28 +0900)
Change-Id: I57c1a25d03d603fe1d4de7a08a13d4b7daf590b2
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 09ee2db..f9f86f2 100644 (file)
@@ -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.
index 3a05402..667425d 100644 (file)
@@ -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