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