MCPcopy
hub / github.com/netdata/netdata / Error

Method Error

src/go/plugin/framework/charttpl/errors.go:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (e fieldError) Error() string {
22 if e.Path == "" {
23 return e.Reason
24 }
25 return fmt.Sprintf("%s: %s", e.Path, e.Reason)
26}

Calls

no outgoing calls