pub type ErrorMap = HashMap<Cow<'static, str>, Vec<Cow<'static, str>>>;
Type alias for a map of error messages using static string references
struct ErrorMap { /* private fields */ }