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