pub type FieldErrors = HashMap<String, String>;
Field-level validation errors.
pub struct FieldErrors { /* private fields */ }