Searched defs:BuildozerError (Results 1 – 1 of 1) sorted by relevance
23 type BuildozerError struct { struct24 Msg string25 RuleAttr string26 NewValue string29 func mergeBuildozerErrors(label string, errs []*BuildozerError) string {