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