From: sooyeon.kim Date: Thu, 16 Jun 2016 06:44:44 +0000 (+0900) Subject: Add new error codes in stt.xml and tts.xml X-Git-Tag: submit/tizen/20160616.070222~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F74947%2F1;p=platform%2Fcore%2Fapi%2Fcommon.git Add new error codes in stt.xml and tts.xml Change-Id: Icf21862847207ed21ee4805956457f3b60a3bff2 Signed-off-by: sooyeon.kim --- diff --git a/error_messages/stt.xml b/error_messages/stt.xml index bd73458..449a234 100644 --- a/error_messages/stt.xml +++ b/error_messages/stt.xml @@ -20,5 +20,30 @@ TIZEN_ERROR_STT | 0x05 Not supported feature of current engine + + TIZEN_ERROR_STT | 0x06 + Recording timed out + + + TIZEN_ERROR_STT | 0x07 + No speech while recording + + + TIZEN_ERROR_STT | 0x08 + Progress to ready is not finished + + + TIZEN_ERROR_STT | 0x09 + Progress to recording is not finished + + + TIZEN_ERROR_STT | 0x10 + Progress to processing is not finished + + + TIZEN_ERROR_STT | 0x11 + Service reset + + diff --git a/error_messages/tts.xml b/error_messages/tts.xml index 02a811c..2892520 100644 --- a/error_messages/tts.xml +++ b/error_messages/tts.xml @@ -20,4 +20,12 @@ TIZEN_ERROR_TTS | 0x05 Audio policy blocked - \ No newline at end of file + + TIZEN_ERROR_TTS | 0x06 + Not supported feature of current engine + + + TIZEN_ERROR_TTS | 0x07 + Service reset + +