MCPcopy
hub / github.com/influxdata/telegraf / Error

Method Error

internal/errors.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (e *FatalError) Error() string {
38 return e.Err.Error()
39}
40
41func (e *FatalError) Unwrap() error {
42 return e.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected