Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ Error
Method
Error
connection/errors.go:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(e ServerRegisterTunnelError) Error() string {
39
return
e.Cause.Error()
40
}
41
42
func
serverRegistrationErrorFromRPC(err error) ServerRegisterTunnelError {
43
if
retryable, ok := err.(*tunnelpogs.RetryableError); ok {
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected