github.com/prometheus/common/expfmt.ParseError.Msg (field)

3 uses

	github.com/prometheus/common/expfmt (current package)
		text_parse.go#L41: 	Msg  string
		text_parse.go#L46: 	return fmt.Sprintf("text format parsing error in line %d: %s", e.Line, e.Msg)
		text_parse.go#L521: 		Msg:  msg,