From: Suyeon Hwang Date: Fri, 19 Aug 2022 01:31:15 +0000 (+0900) Subject: Add missed error description X-Git-Tag: submit/tizen/20220823.092009~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7abc4714a47cbdc4f9356735628572dd50948d0f;p=platform%2Fcore%2Fuifw%2Ftts.git Add missed error description Change-Id: I8ca103f942fed8a63864caa7fb71db486b1387c5 Signed-off-by: Suyeon Hwang --- diff --git a/include/tts.h b/include/tts.h index 80e690ca..142acd84 100644 --- a/include/tts.h +++ b/include/tts.h @@ -585,6 +585,7 @@ int tts_get_error_message(tts_h tts, char** err_msg); * @retval #TTS_ERROR_NOT_SUPPORTED TTS NOT supported * @retval #TTS_ERROR_INVALID_PARAMETER Invalid parameter * @retval #TTS_ERROR_INVALID_STATE Invalid state + * @retval #TTS_ERROR_OPERATION_FAILED Operation failure * @pre The TTS state should be one of: #TTS_STATE_READY, #TTS_STATE_PLAYING, #TTS_STATE_PAUSED. * @see tts_play() * @see tts_stop()