From 1de600f1d8a06d29b561c23f65db58b1e1e5f953 Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Thu, 16 Jun 2016 15:44:44 +0900 Subject: [PATCH] Add new error codes in stt.xml and tts.xml Change-Id: Icf21862847207ed21ee4805956457f3b60a3bff2 Signed-off-by: sooyeon.kim --- error_messages/stt.xml | 25 +++++++++++++++++++++++++ error_messages/tts.xml | 10 +++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) 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 + + -- 2.7.4