From a71829021ac0a28bc51c6ae1d9fbf996d3956c57 Mon Sep 17 00:00:00 2001 From: Suyeon Hwang Date: Mon, 14 Mar 2022 11:25:06 +0900 Subject: [PATCH] Add error into the description of vce_send_error() Change-Id: I64f455f0433459508d6016f16806fc9b296626ca Signed-off-by: Suyeon Hwang --- include/vce.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/vce.h b/include/vce.h index e700059..1b16529 100644 --- a/include/vce.h +++ b/include/vce.h @@ -877,7 +877,8 @@ int vce_send_specific_engine_result(const char* engine_app_id, const char* event * #VCE_ERROR_INVALID_LANGUAGE, \n * #VCE_ERROR_OPERATION_FAILED, \n * #VCE_ERROR_PERMISSION_DENIED, \n - * #VCE_ERROR_NOT_SUPPORTED_FEATURE. + * #VCE_ERROR_NOT_SUPPORTED_FEATURE \n + * #VCE_ERROR_TTS_FAILED. * @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif * @param[in] error Error type * @param[in] msg Error message -- 2.34.1