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