From: ByungWoo Lee Date: Thu, 16 Jun 2016 07:00:29 +0000 (+0900) Subject: Add new error values of stt and tts X-Git-Tag: submit/tizen/20160616.070222^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F74955%2F1;p=platform%2Fcore%2Fapi%2Fcommon.git Add new error values of stt and tts Change-Id: I3b436b64ac0ea69de0e136b466efed8405b1354e --- 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