From: Sunggyu Choi Date: Mon, 5 Jul 2021 05:59:04 +0000 (+0900) Subject: Add new custom error of webrtc X-Git-Tag: submit/tizen/20210705.061122^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a265b14de2b9a306277e49cf1d6d432255b64f7;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom error of webrtc Change-Id: I56b84b30000fa8ee8084b50b70437190cbd503c9 Signed-off-by: Sunggyu Choi --- diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index 92498eb..d9b720f 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -159,6 +159,11 @@ static err_info err_list[] = { ERR_ENTRY("MEDIACODEC_ERROR_OVERFLOW_INBUFFER", TIZEN_ERROR_MEDIACODEC | 0x0d, "Overflow input buffer"), ERR_ENTRY("MEDIACODEC_ERROR_RESOURCE_OVERLOADED", TIZEN_ERROR_MEDIACODEC | 0x0e, "Exceed the instance limit"), ERR_ENTRY("MEDIACODEC_ERROR_RESOURCE_CONFLICT", TIZEN_ERROR_MEDIACODEC | 0x0f, "Interrupted by a resource conflict"), + ERR_ENTRY("WEBRTC_ERROR_INVALID_STATE", TIZEN_ERROR_MEDIA_WEBRTC | 0x01, "Invalid state"), + ERR_ENTRY("WEBRTC_ERROR_CONNECTION_FAILED", TIZEN_ERROR_MEDIA_WEBRTC | 0x02, "Connection failed"), + 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("EMAILS_ERROR_SERVER_NOT_READY", TIZEN_ERROR_EMAIL_SERVICE | 0x200, "Server not ready"), ERR_ENTRY("EMAILS_ERROR_COMMUNICATION_WITH_SERVER_FAILED", TIZEN_ERROR_EMAIL_SERVICE | 0x201, "Communication with server failed"), ERR_ENTRY("EMAILS_ERROR_OPERATION_FAILED", TIZEN_ERROR_EMAIL_SERVICE | 0x202, "Operation failed"), diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 406f38b..c76c549 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.62 +Version: 0.4.63 Release: 1 Group: Base License: Apache-2.0