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