From f54400cc1e219d7a8d641a68104974be2eb8e3ee Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Thu, 29 Nov 2018 09:22:12 +0900 Subject: [PATCH] Add new custom error of Autofill Change-Id: I3efa2c3ea537228792b0ab58a86fbbd263cd2696 Signed-off-by: Sunggyu Choi --- include/private/tizen_error_private.h | 2 ++ packaging/capi-base-common.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index 16eafc4..091f1e3 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -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"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 5275705..124c958 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -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 -- 2.7.4