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