[ACR-1637] Add new error messages for webrtc 68/260268/2
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 3 Jun 2021 09:34:39 +0000 (18:34 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 29 Jun 2021 02:36:23 +0000 (11:36 +0900)
Change-Id: I65383d0b6074038dbdc045bbafddbf4372ea1c30
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
error_messages/capi-media-webrtc.xml [new file with mode: 0644]

diff --git a/error_messages/capi-media-webrtc.xml b/error_messages/capi-media-webrtc.xml
new file mode 100644 (file)
index 0000000..f73ecb9
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/webrtc">
+       <error name="WEBRTC_ERROR_INVALID_STATE">
+               <value>TIZEN_ERROR_MEDIA_WEBRTC | 0x01</value>
+               <msg>Invalid state</msg>
+       </error>
+       <error name="WEBRTC_ERROR_CONNECTION_FAILED">
+               <value>TIZEN_ERROR_MEDIA_WEBRTC | 0x02</value>
+               <msg>Connection failed</msg>
+       </error>
+       <error name="WEBRTC_ERROR_STREAM_FAILED">
+               <value>TIZEN_ERROR_MEDIA_WEBRTC | 0x03</value>
+               <msg>Stream failed</msg>
+       </error>
+       <error name="WEBRTC_ERROR_RESOURCE_FAILED">
+               <value>TIZEN_ERROR_MEDIA_WEBRTC | 0x04</value>
+               <msg>Resource failed</msg>
+       </error>
+       <error name="WEBRTC_ERROR_RESOURCE_CONFLICT">
+               <value>TIZEN_ERROR_MEDIA_WEBRTC | 0x05</value>
+               <msg>Resource conflict</msg>
+       </error>
+</package>
+