Add new custom error for Autofill 45/192745/1 accepted/tizen/unified/20181114.191308 submit/tizen/20181109.025502
authorSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 9 Nov 2018 02:52:26 +0000 (11:52 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 9 Nov 2018 02:53:19 +0000 (11:53 +0900)
Change-Id: Ibc1097c3cefe52f9184cc485d8f3ae3174aaa8ba
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 68e4046..df996de 100644 (file)
@@ -291,7 +291,8 @@ extern "C" {
 #define TIZEN_ERROR_UPDATE_CONTROL      -0x02FDF0000
 /* Multi Assistant Error */
 #define TIZEN_ERROR_MULTI_ASSISTANT     -0x02FE00000
-
+/* Autofill Error */
+#define TIZEN_ERROR_AUTOFILL            -0x02FE10000
 
 /**
  * @brief Enumeration for tizen errors.
index faa07ff..5275705 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.32
+Version:    0.4.33
 Release:    1
 Group:      Base
 License:    Apache-2.0