[service] Change error code `not_support` into `io_error`
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Fri, 24 Mar 2023 04:13:08 +0000 (13:13 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 24 Mar 2023 07:35:37 +0000 (16:35 +0900)
commitbcde72ab7adaf82a99d141da99a23440b87be8bb
treecca1a33cdb6ef289ac7c2813cb5ba35418cc1610
parent670c1154a44bc3e8a2501b073a141dbd876929a5
[service] Change error code `not_support` into `io_error`

- If failed to connect with dbus, return ML_ERROR_IO_ERROR
  rather than ML_ERROR_NOT_SUPPORTED, which should be check with tizen
  feature.

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
c/src/ml-api-service-agent-client.c
c/src/ml-api-service-common.c