pub type OtaDownloaderFetchBlobResult = Result<(), ResolveError>;
pub enum OtaDownloaderFetchBlobResult { Ok(()), Err(ResolveError), }
Contains the success value
Contains the error value