Add new custom error of Autofill 72/194072/1 accepted/tizen/unified/20181218.152401 submit/tizen/20181129.004443 submit/tizen/20181218.021357
authorSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 29 Nov 2018 00:22:12 +0000 (09:22 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 29 Nov 2018 00:22:12 +0000 (09:22 +0900)
Change-Id: I3efa2c3ea537228792b0ab58a86fbbd263cd2696
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index 16eafc4..091f1e3 100644 (file)
@@ -581,6 +581,8 @@ static err_info err_list[] = {
        ERR_ENTRY("MTP_ERROR_NOT_ACTIVATED", TIZEN_ERROR_MTP | 0x05, "MTP is not activated"),
        ERR_ENTRY("MTP_ERROR_NOT_COMM_INITIALIZED", TIZEN_ERROR_MTP | 0x06, "MTP communication is not initialized"),
        ERR_ENTRY("MTP_ERROR_PLUGIN_FAIL", TIZEN_ERROR_MTP | 0x07, "MTP Plugin failed"),
+       ERR_ENTRY("AUTOFILL_ERROR_NOT_INITIALIZED", TIZEN_ERROR_AUTOFILL | 0x0001, "Not initializated"),
+       ERR_ENTRY("AUTOFILL_ERROR_OPERATION_FAILED", TIZEN_ERROR_AUTOFILL | 0x0002, "Operation failed"),
        ERR_ENTRY("BT_ERROR_NOT_INITIALIZED", TIZEN_ERROR_BLUETOOTH | 0x0101, "Local adapter not initialized"),
        ERR_ENTRY("BT_ERROR_NOT_ENABLED", TIZEN_ERROR_BLUETOOTH | 0x0102, "Local adapter not enabled"),
        ERR_ENTRY("BT_ERROR_ALREADY_DONE", TIZEN_ERROR_BLUETOOTH | 0x0103, "Operation already done"),
index 5275705..124c958 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.33
+Version:    0.4.34
 Release:    1
 Group:      Base
 License:    Apache-2.0