From: Sunggyu Choi Date: Fri, 24 Jul 2020 00:49:37 +0000 (+0900) Subject: Add new module error class X-Git-Tag: submit/tizen/20200724.011650^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ad9168f35920f551e3e4757d5ff1b9de6aa8c6d;p=platform%2Fcore%2Fapi%2Fcommon.git Add new module error class Change-Id: I5c1460ce59d755b4df7abc49d6b9d89db88f99cf Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 8e83063..4c219ae 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -305,7 +305,8 @@ extern "C" { #define TIZEN_ERROR_BATTERY_MONITOR -0x03060000 /* Generic Text Classifier */ #define TIZEN_ERROR_GENERIC_TEXT_CLASSIFIER -0x03070000 - +/* Diagnostics */ +#define TIZEN_ERROR_DIAGNOSTICS -0x03080000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index faddcd8..5567548 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.56 +Version: 0.4.57 Release: 1 Group: Base License: Apache-2.0