Add new custom error class for Device Certificate Manager 63/174963/1 accepted/tizen/unified/20180406.061957 submit/tizen/20180405.111736
authorSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 5 Apr 2018 11:14:56 +0000 (20:14 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 5 Apr 2018 11:14:56 +0000 (20:14 +0900)
Change-Id: Ibf1bdecebcef629c24f6f7a681ff6a89d37eed39
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 31d49b5..e2ba276 100644 (file)
@@ -283,6 +283,8 @@ extern "C" {
 #define TIZEN_ERROR_SOFTAP              -0x02FB0000
 /* Tizen Watchface Complication Error */
 #define TIZEN_ERROR_COMPLICATION        -0x02FC0000
+/* Tizen Device Certificate Manager Error */
+#define TIZEN_ERROR_DEVICE_CERTIFICATE_MANAGER -0x02FD0000
 
 /**
  * @brief Enumeration for tizen errors.
index bb5fd91..0020b9a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.23
+Version:    0.4.24
 Release:    1
 Group:      Base
 License:    Apache-2.0