Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ Error
Method
Error
connection/errors.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(e *EdgeQuicDialError) Error() string {
25
return
"failed to dial to edge with quic: "
+ e.Cause.Error()
26
}
27
28
func
(e *EdgeQuicDialError) Unwrap() error {
29
return
e.Cause
Callers
11
TestNewProtocolSelector
Function · 0.45
TestDeserializeMalformed
Function · 0.45
serveUDPSession
Method · 0.45
TestServeUDPSession
Function · 0.45
ServeHTTP
Method · 0.45
Serve
Method · 0.45
ServeControlStream
Method · 0.45
TestFailRegistration
Function · 0.45
Error
Method · 0.45
ReadConfigFile
Function · 0.45
readConfigFromPath
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestNewProtocolSelector
Function · 0.36
TestDeserializeMalformed
Function · 0.36
TestServeUDPSession
Function · 0.36
TestFailRegistration
Function · 0.36