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