add an error xml file for capi-maps-service-plugin-rs package 42/60742/1
authorchanywa <cbible.kim@samsung.com>
Wed, 2 Mar 2016 04:30:13 +0000 (13:30 +0900)
committerchanywa <cbible.kim@samsung.com>
Wed, 2 Mar 2016 04:30:13 +0000 (13:30 +0900)
Change-Id: Iefc83ebceae4d6c526116e6ef4b60816f871f15a

error_messages/capi-maps-service-plugin-rs.xml [new file with mode: 0644]

diff --git a/error_messages/capi-maps-service-plugin-rs.xml b/error_messages/capi-maps-service-plugin-rs.xml
new file mode 100644 (file)
index 0000000..73ff475
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/maps-service">
+       <error name="MAPS_ERROR_SERVICE_NOT_AVAILABLE">
+               <value>TIZEN_ERROR_MAPS_SERVICE | 0x01</value>
+               <msg>Service unavailable</msg>
+       </error>
+       <error name="MAPS_ERROR_NOT_FOUND">
+               <value>TIZEN_ERROR_MAPS_SERVICE | 0x02</value>
+               <msg>Result not found</msg>
+       </error>
+</package>
+