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 31d49b516e43b72b9d64b242aa772e49b0a904cb..e2ba276081fec0229d6c54198973859ae8825f0c 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 bb5fd91fdd1373c78339bdfe6ff719e77025d0f3..0020b9ab8086583dab5ab5ee117cf6a2dee07794 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