pub fn flatten_validation_errors(
errors: &ValidationErrors,
) -> HashMap<String, Vec<String>>Expand description
Flatten ValidationErrors to dot-path keys and message lists (nested structs / lists supported).
pub fn flatten_validation_errors(
errors: &ValidationErrors,
) -> HashMap<String, Vec<String>>Flatten ValidationErrors to dot-path keys and message lists (nested structs / lists supported).