MCPcopy
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
24func (e *EdgeQuicDialError) Error() string {
25 return "failed to dial to edge with quic: " + e.Cause.Error()
26}
27
28func (e *EdgeQuicDialError) Unwrap() error {
29 return e.Cause

Callers 11

TestNewProtocolSelectorFunction · 0.45
TestDeserializeMalformedFunction · 0.45
serveUDPSessionMethod · 0.45
TestServeUDPSessionFunction · 0.45
ServeHTTPMethod · 0.45
ServeMethod · 0.45
ServeControlStreamMethod · 0.45
TestFailRegistrationFunction · 0.45
ErrorMethod · 0.45
ReadConfigFileFunction · 0.45
readConfigFromPathFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestNewProtocolSelectorFunction · 0.36
TestDeserializeMalformedFunction · 0.36
TestServeUDPSessionFunction · 0.36
TestFailRegistrationFunction · 0.36