pub async fn set_item_status(
    hash: &str,
    error: Option<&str>
) -> Result<(), Errors>