From: Sunggyu Choi Date: Thu, 16 Mar 2023 01:46:32 +0000 (+0900) Subject: Add new custom error of webrtc X-Git-Tag: accepted/tizen/unified/20230320.021849^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6763e9a78810bde26d655e57e2d40c1884657ab3;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error of webrtc Change-Id: I5c682d8bc517490c47924e00dae5b3c7e9301b40 Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index a2c404a..5566c22 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -243,6 +243,7 @@ static err_info err_list[] = { ERR_ENTRY("WEBRTC_ERROR_STREAM_FAILED", TIZEN_ERROR_MEDIA_WEBRTC | 0x03, "Stream failed"), ERR_ENTRY("WEBRTC_ERROR_RESOURCE_FAILED", TIZEN_ERROR_MEDIA_WEBRTC | 0x04, "Resource failed"), ERR_ENTRY("WEBRTC_ERROR_RESOURCE_CONFLICT", TIZEN_ERROR_MEDIA_WEBRTC | 0x05, "Resource conflict"), + ERR_ENTRY("WEBRTC_ERROR_NETWORK_RESOURCE_FAILED", TIZEN_ERROR_MEDIA_WEBRTC | 0x06, "Network resource failed"), ERR_ENTRY("MEDIAEDITOR_ERROR_INVALID_STATE", TIZEN_ERROR_MEDIA_EDITOR | 0x01, "Invalid state"), ERR_ENTRY("MEDIAEDITOR_ERROR_RESOURCE_CONFLICT", TIZEN_ERROR_MEDIA_EDITOR | 0x02, "Resource conflict"), ERR_ENTRY("MEDIAEDITOR_ERROR_RESOURCE_FAILED", TIZEN_ERROR_MEDIA_EDITOR | 0x03, "Resource failed"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 863c162..a417971 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.75 +Version: 0.4.76 Release: 1 Group: Base License: Apache-2.0