Add new error values of stt and tts 55/74955/1 accepted/tizen/common/20160620.163024 accepted/tizen/ivi/20160617.082651 accepted/tizen/mobile/20160617.082302 accepted/tizen/tv/20160617.082253 accepted/tizen/wearable/20160617.082349 submit/tizen/20160616.070222
authorByungWoo Lee <bw1212.lee@samsung.com>
Thu, 16 Jun 2016 07:00:29 +0000 (16:00 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Thu, 16 Jun 2016 07:00:29 +0000 (16:00 +0900)
Change-Id: I3b436b64ac0ea69de0e136b466efed8405b1354e

include/private/tizen_error_private.h
packaging/capi-base-common.spec

index 900170b..f02db12 100644 (file)
@@ -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"),
index b498070..4954333 100644 (file)
@@ -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