From: hyunuktak Date: Tue, 18 Apr 2017 06:18:41 +0000 (+0900) Subject: Added definition and error messages of STC for ACR-898 X-Git-Tag: submit/tizen/20170424.023531~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b90540e23ce97f49692248a90163b2b5436a1f4a;p=platform%2Fcore%2Fapi%2Fcommon.git Added definition and error messages of STC for ACR-898 Change-Id: I2424e25d1f0fa995f75d7b09295a3277c8e6c6d9 Signed-off-by: hyunuktak --- diff --git a/error_messages/capi-network-stc.xml b/error_messages/capi-network-stc.xml new file mode 100644 index 0000000..2c72bf2 --- /dev/null +++ b/error_messages/capi-network-stc.xml @@ -0,0 +1,20 @@ + + + + STC_ERROR_STC | 0x01 + Operation failed + + + STC_ERROR_STC | 0x02 + Not initialized + + + STC_ERROR_STC | 0x03 + Already initialized + + + STC_ERROR_STC | 0x04 + In progress + + + diff --git a/include/tizen_error.h b/include/tizen_error.h index c49e4e0..03db8b0 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -271,6 +271,8 @@ extern "C" { #define TIZEN_ERROR_VOICE_CONTROL -0x02F50000 /* Tizen Application Service Platform (ASP) Error */ #define TIZEN_ERROR_ASP -0x02F60000 +/* Tizen Smart Traffic Control (STC) Error */ +#define TIZEN_ERROR_STC -0x02F80000 /** * @brief Enumeration for tizen errors.