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