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