From: taesub kim Date: Thu, 28 Jun 2018 07:01:58 +0000 (+0900) Subject: Add new error class and error message for intelligent network monitoring (INM) (ACR... X-Git-Tag: submit/tizen/20180628.082619^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f0dad8c1fd6fd091e2926773a4d1b3b018c2203;p=platform%2Fcore%2Fapi%2Fcommon.git Add new error class and error message for intelligent network monitoring (INM) (ACR-1250) Change-Id: I2aa8c9c4a6ae4a8ec269012279414b329fd25ca0 Signed-off-by: Taesub Kim --- diff --git a/error_messages/capi-network-inm.xml b/error_messages/capi-network-inm.xml new file mode 100644 index 0000000..0271ffa --- /dev/null +++ b/error_messages/capi-network-inm.xml @@ -0,0 +1,15 @@ + + + + TIZEN_ERROR_INM | 0x01 + Not initialized + + + TIZEN_ERROR_INM | 0x02 + Already initialized + + + TIZEN_ERROR_INM | 0x03 + Operation failed + + diff --git a/include/tizen_error.h b/include/tizen_error.h index e2ba276..e0c4777 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -285,6 +285,8 @@ extern "C" { #define TIZEN_ERROR_COMPLICATION -0x02FC0000 /* Tizen Device Certificate Manager Error */ #define TIZEN_ERROR_DEVICE_CERTIFICATE_MANAGER -0x02FD0000 +/* Tizen Intelligent Network Monitoring (INM) Error */ +#define TIZEN_ERROR_INM -0x02FDE0000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index b6b6e1e..7216d7a 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.27 +Version: 0.4.28 Release: 1 Group: Base License: Apache-2.0