pub fn problem_with_errors<E: Serialize>( status: u16, title: impl Into<String>, detail: impl Into<String>, errors: &[E], ) -> Response
Convenience for a field-error list (errors array).
errors