Add new custom module error for generic text classifier 47/214947/1 accepted/tizen/unified/20191001.062501 submit/tizen/20190930.062245
authorSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 30 Sep 2019 06:21:21 +0000 (15:21 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Mon, 30 Sep 2019 06:21:21 +0000 (15:21 +0900)
Change-Id: I7542bf523ee6373335062381d1c6f655942b27b4
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 2d4fd93..8e83063 100644 (file)
@@ -303,6 +303,9 @@ extern "C" {
 #define TIZEN_ERROR_STICKER             -0x03050000
 /* Battery Monitor Error */
 #define TIZEN_ERROR_BATTERY_MONITOR     -0x03060000
+/* Generic Text Classifier */
+#define TIZEN_ERROR_GENERIC_TEXT_CLASSIFIER -0x03070000
+
 
 /**
  * @brief Enumeration for tizen errors.
index fe2b042..7de3924 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.51
+Version:    0.4.52
 Release:    1
 Group:      Base
 License:    Apache-2.0