From: Seonah Moon Date: Thu, 15 Mar 2018 02:53:58 +0000 (+0900) Subject: Add new error class and error message for SoftAP (ACR-1176) X-Git-Tag: submit/tizen/20180315.043339~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9a10de857d1b7dd6c6b55be23639495e416e614;p=platform%2Fcore%2Fapi%2Fcommon.git Add new error class and error message for SoftAP (ACR-1176) Change-Id: I4a675a19ae22dda97da6888d86825069496015b9 --- diff --git a/error_messages/capi-network-softap.xml b/error_messages/capi-network-softap.xml new file mode 100644 index 0000000..3358bc1 --- /dev/null +++ b/error_messages/capi-network-softap.xml @@ -0,0 +1,8 @@ + + + + TIZEN_ERROR_SOFTAP | 0x01 + Operation failed + + + diff --git a/include/tizen_error.h b/include/tizen_error.h index 981cf48..5b962a2 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -279,6 +279,8 @@ extern "C" { #define TIZEN_ERROR_THUMBNAIL_UTIL -0x02F90000 /* Tizen Job Scheduler Error */ #define TIZEN_ERROR_JOB_SCHEDULER -0x02FA0000 +/* Tizen SoftAP Error */ +#define TIZEN_ERROR_SOFTAP -0x02FB0000 /** * @brief Enumeration for tizen errors.