Add a new API for getting the data handle
[platform/core/uifw/capi-ui-sticker.git] / include / sticker_error.h
index fea1302..2239809 100644 (file)
@@ -47,7 +47,7 @@ typedef enum {
     STICKER_ERROR_OPERATION_FAILED = TIZEN_ERROR_STICKER | 0x0001, /**< Operation failed */
     STICKER_ERROR_FILE_EXISTS = TIZEN_ERROR_FILE_EXISTS, /**< File exists */
     STICKER_ERROR_NO_DATA = TIZEN_ERROR_NO_DATA, /**< No data available */
-    STICKER_ERROR_NO_SUCH_FILE = TIZEN_ERROR_FILE_EXISTS, /**< No such file */
+    STICKER_ERROR_NO_SUCH_FILE = TIZEN_ERROR_NO_SUCH_FILE, /**< No such file */
 } sticker_error_e;
 
 /**