[ACR-1719] Add new custom error of capi-system-resource-monitor 06/281306/3
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 15 Sep 2022 10:27:11 +0000 (19:27 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 16 Sep 2022 01:27:58 +0000 (10:27 +0900)
Change-Id: Idf2ba05a8d6d54e5fe284191891dd68cc2e74782
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
error_messages/capi-system-resource-monitor.xml [new file with mode: 0644]

diff --git a/error_messages/capi-system-resource-monitor.xml b/error_messages/capi-system-resource-monitor.xml
new file mode 100644 (file)
index 0000000..0ead1ca
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package uri="platform/core/api/resource-monitor">
+       <error name="RESOURCE_MONITOR_ERROR_NOT_SUPPORTED_RESOURCE">
+               <value>TIZEN_ERROR_RESOURCE_MONITOR | 0x01</value>
+               <msg>Unable to monitor the resource type</msg>
+       </error>
+       <error name="RESOURCE_MONITOR_ERROR_NOT_SUPPORTED_ATTRIBUTE">
+               <value>TIZEN_ERROR_RESOURCE_MONITOR | 0x02</value>
+               <msg>The resource attribute is unavailable</msg>
+       </error>
+</package>