Add resource conflict error in error convert function
[platform/core/multimedia/mmsvc-recorder.git] / legacy / include / legacy_recorder.h
index 3dcf107..655859e 100644 (file)
@@ -62,6 +62,7 @@ typedef enum {
        RECORDER_ERROR_OUT_OF_STORAGE        = RECORDER_ERROR_CLASS | 0x0b,     /**< Out of storage */
        RECORDER_ERROR_PERMISSION_DENIED     = TIZEN_ERROR_PERMISSION_DENIED,   /**< The access to the resources can not be granted */
        RECORDER_ERROR_NOT_SUPPORTED         = TIZEN_ERROR_NOT_SUPPORTED,       /**< The feature is not supported */
+       RECORDER_ERROR_RESOURCE_CONFLICT     = RECORDER_ERROR_CLASS | 0x0c,     /**< Blocked by resource conflict (Since 3.0) */
 } recorder_error_e;
 
 /**