Add new module error class 16/239316/1 accepted/tizen/unified/20200728.135501 submit/tizen/20200724.011650
authorSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 24 Jul 2020 00:49:37 +0000 (09:49 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 24 Jul 2020 00:49:37 +0000 (09:49 +0900)
Change-Id: I5c1460ce59d755b4df7abc49d6b9d89db88f99cf
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 8e83063..4c219ae 100644 (file)
@@ -305,7 +305,8 @@ extern "C" {
 #define TIZEN_ERROR_BATTERY_MONITOR     -0x03060000
 /* Generic Text Classifier */
 #define TIZEN_ERROR_GENERIC_TEXT_CLASSIFIER -0x03070000
-
+/* Diagnostics */
+#define TIZEN_ERROR_DIAGNOSTICS         -0x03080000
 
 /**
  * @brief Enumeration for tizen errors.
index faddcd8..5567548 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.56
+Version:    0.4.57
 Release:    1
 Group:      Base
 License:    Apache-2.0