Modify error code of aul socket 70/296170/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 21 Jul 2023 01:39:14 +0000 (10:39 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 21 Jul 2023 01:39:14 +0000 (10:39 +0900)
commit0fb7638c954eea1e0b17a0e2fa2fa539a7b4e926
tree2477c11a42873db62e28efd9c931400cbb1d1d76
parentb3510b4c2c0147141a9f1c679a809d10737cd987
Modify error code of aul socket

When the amd socket is not ready, the errno value is ENOENT.
After calling aul_error_convert() function, the error is changed to AUL_R_ENOAPP.
It means the application is not found error. The error should be AUL_E_ECOMM.
This patch changes the error code to -ECOMMM.

Change-Id: Ic6d66d85bb4e37e41366a40bbe2abc1980b98dee
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul_sock.cc