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

Method Error

internal/errors.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (e *StartupError) Error() string {
23 return e.Err.Error()
24}
25
26func (e *StartupError) Unwrap() error {
27 return e.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected