Add a new API for getting the data handle
[platform/core/uifw/capi-ui-sticker.git] / include / sticker_error.h
index a38b9c6..2239809 100644 (file)
@@ -45,6 +45,9 @@ typedef enum {
     STICKER_ERROR_INVALID_PARAMETER = TIZEN_ERROR_INVALID_PARAMETER, /**< Invalid parameter */
     STICKER_ERROR_OUT_OF_MEMORY = TIZEN_ERROR_OUT_OF_MEMORY, /**< Out of memory */
     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_NO_SUCH_FILE, /**< No such file */
 } sticker_error_e;
 
 /**