Add not supported error description and checker logic 03/279803/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 18 Aug 2022 05:25:23 +0000 (14:25 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 18 Aug 2022 05:25:23 +0000 (14:25 +0900)
commit02926c7842592fcc11c8b94be601484bf8da63fc
tree0835c66cda467df5935940b9ab9bd58a178ee50a
parent0d95a38dc7515936beb37ae9294dbe8345c669d9
Add not supported error description and checker logic

- Issue:
New APIs are related with the TTS feature, but there is no information
about the feature in description of APIs.

- Solution:
This patch adds description for feature not supported error. And also,
this patch implements feature checker logic. Through this patch, the
APIs will not working if the feature is not enabled and return not
supported error.

Change-Id: I4c92376db2f98562c8792bc9446cb7a77d8a4626
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
include/ttse.h
server/ttse.c