pub type PolicyResult = Result<Response>;
A specialized Result type for policies.
Result
enum PolicyResult { Ok(Response), Err(Error), }
Contains the success value
Contains the error value