From: Sunggyu Choi Date: Thu, 15 Mar 2018 04:26:03 +0000 (+0900) Subject: Add new custom error class for softap X-Git-Tag: accepted/tizen/unified/20180316.062407^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6015538d9ec420ccaa5464c8e10b36f83c4f14e;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error class for softap Change-Id: I6b0270a1aec482f76f80149acc56f9e8364b7f91 Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index d795aa1..8b93eaa 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -301,6 +301,7 @@ static err_info err_list[] = { ERR_ENTRY("MEDIA_STREAMER_ERROR_SEEK_FAILED", TIZEN_ERROR_MEDIA_STREAMER | 0x04, "Seek operation failure"), ERR_ENTRY("TETHERING_ERROR_NOT_ENABLED", TIZEN_ERROR_TETHERING | 0x0501, "Not enabled"), ERR_ENTRY("TETHERING_ERROR_OPERATION_FAILED", TIZEN_ERROR_TETHERING | 0x0502, "Operation failed"), + ERR_ENTRY("SOFTAP_ERROR_OPERATION_FAILED", TIZEN_ERROR_SOFTAP | 0x01, "Operation failed"), ERR_ENTRY("TIZEN_ERROR_NONE", TIZEN_ERROR_NONE, "Successful"), ERR_ENTRY("TIZEN_ERROR_UNKNOWN", TIZEN_ERROR_UNKNOWN, "Unknown error"), ERR_ENTRY("TIZEN_ERROR_TIMED_OUT", TIZEN_ERROR_TIMED_OUT, "Time out"), diff --git a/include/tizen_error.h b/include/tizen_error.h index 5b962a2..f1e9cba 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -213,7 +213,7 @@ extern "C" { #define TIZEN_ERROR_DLOG -0x02410000 /* Tizen Media Key Error */ #define TIZEN_ERROR_MEDIA_KEY -0x02420000 -/* Tizen Runetime Info Error */ +/* Tizen Runtime Info Error */ #define TIZEN_ERROR_RUNTIME_INFORMATION -0x02430000 /* Tizen Sensor Error */ #define TIZEN_ERROR_SENSOR -0x02440000 diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 2d86bdf..fe7b0b6 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.20 +Version: 0.4.21 Release: 1 Group: Base License: Apache-2.0