From: Sunggyu Choi Date: Tue, 26 Mar 2019 05:29:12 +0000 (+0900) Subject: Add new custom error for autofill X-Git-Tag: submit/tizen/20190326.063830^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0040df48f08bb459615936d05593d1bea22adb58;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error for autofill Change-Id: I79573d6dae8c502af728ffef8f78b15d21240f71 Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index 595e5cc..a006735 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -584,6 +584,13 @@ static err_info err_list[] = { 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("AUTOFILL_ERROR_AUTHENTICATION_FAILED", TIZEN_ERROR_AUTOFILL | 0x0003, "Authentication failed"), + ERR_ENTRY("AUTOFILL_ERROR_COMMIT_FAILED", TIZEN_ERROR_AUTOFILL | 0x0004, "These values can not be saved"), + ERR_ENTRY("AUTOFILL_ERROR_FILL_RESPONSE_FAILED", TIZEN_ERROR_AUTOFILL | 0x0005, "Failed to create required values"), + ERR_ENTRY("AUTOFILL_ERROR_SERVICE_NOT_CONNECTED", TIZEN_ERROR_AUTOFILL | 0x0006, "Unable to connect to Autofill Service"), + ERR_ENTRY("AUTOFILL_ERROR_SERVICE_NOT_ALLOWED", TIZEN_ERROR_AUTOFILL | 0x0007, "Autofill Service is not allowed"), + ERR_ENTRY("AUTOFILL_ERROR_SERVICE_NOT_ACTIVATED", TIZEN_ERROR_AUTOFILL | 0x0008, "Autofill Service is not activated"), + ERR_ENTRY("AUTOFILL_ERROR_SAVED_VALUES_NOT_FOUND", TIZEN_ERROR_AUTOFILL | 0x0009, "Could not find saved values"), 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 d01c7ae..0adbce3 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.40 +Version: 0.4.41 Release: 1 Group: Base License: Apache-2.0