Add shortcut error
[platform/core/api/common.git] / 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>