From: Sunggyu Choi Date: Fri, 9 Nov 2018 02:52:26 +0000 (+0900) Subject: Add new custom error for Autofill X-Git-Tag: submit/tizen/20181109.025502^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d57a865a34f003e72526d681a3a80005776aba9;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error for Autofill Change-Id: Ibc1097c3cefe52f9184cc485d8f3ae3174aaa8ba Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 68e4046..df996de 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -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. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index faa07ff..5275705 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.32 +Version: 0.4.33 Release: 1 Group: Base License: Apache-2.0