Add new custom error for vce/vc 32/267232/1 accepted/tizen/unified/20211206.121341 submit/tizen/20211130.052917 submit/tizen/20211202.055041
authorSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 30 Nov 2021 05:19:46 +0000 (14:19 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Tue, 30 Nov 2021 05:20:19 +0000 (14:20 +0900)
Change-Id: I72cf0bb0a0817b2da4a5b88f99484fdddbdb11b6
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
error_messages/voice-control.xml
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index d1c9e94..efafe6e 100644 (file)
@@ -49,7 +49,7 @@
                <msg>Feature not supported</msg>
        </error>
        <error name="VC_ERROR_TTS_FAILED">
-               <value>VC_ERROR_TTS_FAILED | 0x024</value>
+               <value>TIZEN_ERROR_VOICE_CONTROL | 0x024</value>
                <msg>TTS operation failed</msg>
        </error>
 </package>
index 114e156..193f15c 100644 (file)
@@ -234,6 +234,7 @@ static err_info err_list[] = {
        ERR_ENTRY("VC_ERROR_IN_PROGRESS_TO_RECORDING", TIZEN_ERROR_VOICE_CONTROL | 0x020, "In progress to recording"),
        ERR_ENTRY("VC_ERROR_IN_PROGRESS_TO_PROCESSING", TIZEN_ERROR_VOICE_CONTROL | 0x021, "In progress to processing"),
        ERR_ENTRY("VC_ERROR_NOT_SUPPORTED_FEATURE", TIZEN_ERROR_VOICE_CONTROL | 0x022, "Feature not supported"),
+       ERR_ENTRY("VC_ERROR_TTS_FAILED", TIZEN_ERROR_VOICE_CONTROL | 0x024, "TTS operation failed"),
        ERR_ENTRY("UA_ERROR_NOT_INITIALIZED", TIZEN_ERROR_USER_AWARENESS | 0x01, "Not initialized"),
        ERR_ENTRY("UA_ERROR_NOT_IN_PROGRESS", TIZEN_ERROR_USER_AWARENESS | 0x02, "Operation Not in progress"),
        ERR_ENTRY("UA_ERROR_ALREADY_DONE", TIZEN_ERROR_USER_AWARENESS | 0x03, "Operation already done"),
index afe6ea7..ded462b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.65
+Version:    0.4.66
 Release:    1
 Group:      Base
 License:    Apache-2.0