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