MCPcopy
hub / github.com/cloudflare/cloudflared / Err

Method Err

tunnelrpc/proto/tunnelrpc.capnp.go:148–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148func (s TunnelRegistration) Err() (string, error) {
149 p, err := s.Struct.Ptr(0)
150 return p.Text(), err
151}
152
153func (s TunnelRegistration) HasErr() bool {
154 p, err := s.Struct.Ptr(0)

Callers 15

FindOriginCertFunction · 0.45
RegisterUdpSessionMethod · 0.45
serveUDPSessionMethod · 0.45
closeUDPSessionMethod · 0.45
CurrentMethod · 0.45
ServeHTTPMethod · 0.45
ServeMethod · 0.45
runStreamMethod · 0.45
handleDataStreamMethod · 0.45
ServeControlStreamMethod · 0.45
waitForUnregisterMethod · 0.45

Calls

no outgoing calls

Tested by 4

ReceivePacketMethod · 0.36
ReceiveDatagramMethod · 0.36
TestSessionServe_MigrateFunction · 0.36
testProxyWebsocketFunction · 0.36