From de6be995ee1e53694371451fe4bd15a72cdb6a03 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Thu, 16 Jun 2016 16:00:29 +0900 Subject: [PATCH] Add new error values of stt and tts Change-Id: I3b436b64ac0ea69de0e136b466efed8405b1354e --- include/private/tizen_error_private.h | 8 ++++++++ packaging/capi-base-common.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index 900170b..f02db12 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -148,6 +148,8 @@ static err_info err_list[] = { ERR_ENTRY("TTS_ERROR_ENGINE_NOT_FOUND", TIZEN_ERROR_TTS | 0x03, "No available engine"), ERR_ENTRY("TTS_ERROR_OPERATION_FAILED", TIZEN_ERROR_TTS | 0x04, "Operation failed"), ERR_ENTRY("TTS_ERROR_AUDIO_POLICY_BLOCKED", TIZEN_ERROR_TTS | 0x05, "Audio policy blocked"), + ERR_ENTRY("TTS_ERROR_NOT_SUPPORTED_FEATURE", TIZEN_ERROR_TTS | 0x06, "Not supported feature of current engine"), + ERR_ENTRY("TTS_ERROR_SERVICE_RESET", TIZEN_ERROR_TTS | 0x07, "Service reset"), ERR_ENTRY("CALENDAR_ERROR_DB_FAILED", TIZEN_ERROR_CALENDAR | 0x02, "No access to the database"), ERR_ENTRY("CALENDAR_ERROR_ITERATOR_END", TIZEN_ERROR_CALENDAR | 0x04, "Iterator is on the last position"), ERR_ENTRY("CALENDAR_ERROR_DB_RECORD_NOT_FOUND", TIZEN_ERROR_CALENDAR | 0x05, "Database not found"), @@ -234,6 +236,12 @@ static err_info err_list[] = { ERR_ENTRY("STT_ERROR_ENGINE_NOT_FOUND", TIZEN_ERROR_STT | 0x03, "No available engine"), ERR_ENTRY("STT_ERROR_OPERATION_FAILED", TIZEN_ERROR_STT | 0x04, "Operation failed"), ERR_ENTRY("STT_ERROR_NOT_SUPPORTED_FEATURE", TIZEN_ERROR_STT | 0x05, "Not supported feature of current engine"), + ERR_ENTRY("STT_ERROR_RECORDING_TIMED_OUT", TIZEN_ERROR_STT | 0x06, "Recording timed out"), + ERR_ENTRY("STT_ERROR_NO_SPEECH", TIZEN_ERROR_STT | 0x07, "No speech while recording"), + ERR_ENTRY("STT_ERROR_IN_PROGRESS_TO_READY", TIZEN_ERROR_STT | 0x08, "Progress to ready is not finished"), + ERR_ENTRY("STT_ERROR_IN_PROGRESS_TO_RECORDING", TIZEN_ERROR_STT | 0x09, "Progress to recording is not finished"), + ERR_ENTRY("STT_ERROR_IN_PROGRESS_TO_PROCESSING", TIZEN_ERROR_STT | 0x10, "Progress to processing is not finished"), + ERR_ENTRY("STT_ERROR_SERVICE_RESET", TIZEN_ERROR_STT | 0x11, "Service reset"), ERR_ENTRY("WIFI_ERROR_OPERATION_FAILED", TIZEN_ERROR_WIFI | 0x0301, "Operation failed"), ERR_ENTRY("WIFI_ERROR_NO_CONNECTION", TIZEN_ERROR_WIFI | 0x0302, "There is no connected AP"), ERR_ENTRY("WIFI_ERROR_ALREADY_EXISTS", TIZEN_ERROR_WIFI | 0x0303, "Already exists"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index b498070..4954333 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.7 +Version: 0.4.8 Release: 1 Group: Base License: Apache-2.0 -- 2.34.1