MCPcopy
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
38func (e ServerRegisterTunnelError) Error() string {
39 return e.Cause.Error()
40}
41
42func serverRegistrationErrorFromRPC(err error) ServerRegisterTunnelError {
43 if retryable, ok := err.(*tunnelpogs.RetryableError); ok {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected