Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
func
(e *FatalError) Error() string {
38
return
e.Err.Error()
39
}
40
41
func
(e *FatalError) Unwrap() error {
42
return
e.Err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected