MCPcopy Create free account
hub / github.com/prometheus/common / ParseError

Struct ParseError

expfmt/text_parse.go:41–44  ·  view source on GitHub ↗

ParseError signals errors while parsing the simple and flat text-based exchange format.

Source from the content-addressed store, hash-verified

39// ParseError signals errors while parsing the simple and flat text-based
40// exchange format.
41type ParseError struct {
42 Line int
43 Msg string
44}
45
46// Error implements the error interface.
47func (e ParseError) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected