Add new custom error of webrtc 39/289939/1 accepted/tizen/unified/20230320.021849
authorSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 16 Mar 2023 01:46:32 +0000 (10:46 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Thu, 16 Mar 2023 01:46:32 +0000 (10:46 +0900)
Change-Id: I5c682d8bc517490c47924e00dae5b3c7e9301b40
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/private/tizen_error_private.h
packaging/capi-base-common.spec

index a2c404a2571741556d735a19eb3ea2c37d691688..5566c22a0ba3674ea50f2ebbe3891eeb0d5f7b4a 100644 (file)
@@ -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"),
index 863c1628d5360f5f6eff5c0b31d7bfbc1f14cc12..a4179717ba1cece055ec4fc75aa1f2ed27f15acc 100644 (file)
@@ -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