Add shortcut error 39/95839/1
authorMyungki Lee <mk5004.lee@samsung.com>
Wed, 2 Nov 2016 04:47:08 +0000 (13:47 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Mon, 7 Nov 2016 02:20:15 +0000 (11:20 +0900)
Change-Id: Ib9742c7009bb7b7d7c25b0d92b0bd244be848881
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
error_messages/libshortcut.xml

index beae145..7e83613 100644 (file)
                <value>TIZEN_ERROR_SHORTCUT | 0x0004</value>
                <msg>Failed to add a shortcut. Unrecoverable error</msg>
        </error>
+       <error name="SHORTCUT_ERROR_NOT_EXIST">
+               <value>TIZEN_ERROR_SHORTCUT | 0x0008</value>
+               <msg>Not exist shortcut</msg>
+       </error>
        <error name="SHORTCUT_ERROR_COMM">
                <value>TIZEN_ERROR_SHORTCUT | 0x0040</value>
                <msg>Connection is not established. or there is a problem in the communication</msg>
-       </error> 
-</package>
\ No newline at end of file
+       </error>
+</package>