Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ Unwrap
Method
Unwrap
connection/errors.go:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(e *EdgeQuicDialError) Unwrap() error {
29
return
e.Cause
30
}
31
32
// RegisterTunnel error from server
33
type
ServerRegisterTunnelError
struct
{
Callers
1
serverRegistrationErrorFromRPC
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected