[ACR-1432] Add a new error message for bundle 12/211912/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 12 Aug 2019 04:03:54 +0000 (13:03 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 12 Aug 2019 04:03:54 +0000 (13:03 +0900)
Change-Id: Id86829cda4dd194ff66ed4300ce94648c661e43d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
error_messages/bundle.xml

index 1b99c63..08fe0b8 100644 (file)
@@ -4,5 +4,9 @@
                <value>TIZEN_ERROR_BUNDLE | 0x01</value>
                <msg>Key exists</msg>
        </error>
+       <error name="BUNDLE_ERROR_ARRAY_INDEX_OUT_OF_BOUNDS">
+               <value>TIZEN_ERROR_BUNDLE | 0x02</value>
+               <msg>The index is out of bounds of the array</msg>
+       </error>
 </package>