pub type DownloadError = Box<dyn Error + Send + Sync>;
Error type for Downloader trait (simple boxed error for now)
pub struct DownloadError(/* private fields */);