Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ newDialError
Function
newDialError
edgediscovery/dial.go:49–51 ·
view source on GitHub ↗
(err error, message string)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
newDialError(err error, message string) error {
50
return
DialError{cause: errors.Wrap(err, message)}
51
}
52
53
func
(e DialError) Error() string {
54
return
e.cause.Error()
Callers
1
DialEdge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected