Add new custom error of inm 16/196916/1 accepted/tizen/unified/20190111.055128 submit/tizen/20190108.013552 submit/tizen/20190109.051854
authorSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 8 Jan 2019 01:29:53 +0000 (10:29 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 8 Jan 2019 01:29:53 +0000 (10:29 +0900)
Change-Id: I288fbad52dcbda6b1fb8ac9125975fbe6e24c242
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index 091f1e3..595e5cc 100644 (file)
@@ -201,6 +201,7 @@ static err_info err_list[] = {
        ERR_ENTRY("INM_ERROR_NOT_INITIALIZED", TIZEN_ERROR_INM | 0x01, "Not initialized"),
        ERR_ENTRY("INM_ERROR_ALREADY_INITIALIZED", TIZEN_ERROR_INM | 0x02, "Already initialized"),
        ERR_ENTRY("INM_ERROR_OPERATION_FAILED", TIZEN_ERROR_INM | 0x03, "Operation failed"),
+       ERR_ENTRY("INM_ERROR_DATA_NOT_FOUND", TIZEN_ERROR_INM | 0x04, "Data not found"),
        ERR_ENTRY("TTS_ERROR_INVALID_STATE", TIZEN_ERROR_TTS | 0x01, "Invalid state"),
        ERR_ENTRY("TTS_ERROR_INVALID_VOICE", TIZEN_ERROR_TTS | 0x02, "Invalid voice"),
        ERR_ENTRY("TTS_ERROR_ENGINE_NOT_FOUND", TIZEN_ERROR_TTS | 0x03, "No available engine"),
index 124c958..73de5f5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.34
+Version:    0.4.35
 Release:    1
 Group:      Base
 License:    Apache-2.0