Add capi-media-streamrecorder.xml 49/60749/1
authorSeokHoon Lee <andy.shlee@samsung.com>
Wed, 2 Mar 2016 04:44:54 +0000 (13:44 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Wed, 2 Mar 2016 04:45:22 +0000 (13:45 +0900)
Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I092964bb3119bc1e9059a75dbe48651e3061f9fe

error_messages/capi-media-streamrecorder.xml [new file with mode: 0644]

diff --git a/error_messages/capi-media-streamrecorder.xml b/error_messages/capi-media-streamrecorder.xml
new file mode 100644 (file)
index 0000000..90df031
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/mediastreamrecorder">
+       <error name="STREAMRECORDER_ERROR_INVALID_STATE">
+               <value>TIZEN_ERROR_STREAMRECORDER | 0x01</value>
+               <msg>Invalid state</msg>
+       </error>
+       <error name="STREAMRECORDER_ERROR_OUT_OF_STORAGE">
+               <value>TIZEN_ERROR_STREAMRECORDER | 0x02</value>
+               <msg>Out of storage</msg>
+       </error>
+</package>