pub fn first_error( errors: impl IntoIterator<Item = Option<Arc<str>>>, ) -> Option<Arc<str>>
Returns the first validation error (if any).