Add parameter checking code 15/296615/1 accepted/tizen/unified/20230803.174807
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 2 Aug 2023 06:46:20 +0000 (15:46 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 2 Aug 2023 06:46:20 +0000 (15:46 +0900)
commit659954e55d318bdd694300fdfc6d4250b90a7ec4
tree7de0722b2fa2a65912b6a9a8b6f97d56a3f30c9d
parentc0246d86656e472459d714fec401f6cd0cdbdd62
Add parameter checking code

- Issue:
Some functions do not have code for parameter checking even though their
description says they can return invalid parameter error.

- Solution:
This patch adds parameter checking code. Through this patch, the
functions can check the parameter validation and returns the error
properly.

Change-Id: Ie7ffe4ab2ebb7df19b63b09bb17315208af064a2
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/stt.c