Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
func
(e *StartupError) Error() string {
23
return
e.Err.Error()
24
}
25
26
func
(e *StartupError) Unwrap() error {
27
return
e.Err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected