MCPcopy Index your code
hub / github.com/coder/coder / Error

Method Error

tailnet/coordinator.go:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (e AuthorizationError) Error() string {
108 return fmt.Sprintf("authorization: %s", e.Wrapped.Error())
109}
110
111func (e AuthorizationError) Unwrap() error {
112 return e.Wrapped

Callers 15

TestTailnetFunction · 0.45
TestNewDERPMapFunction · 0.45
setStatusMethod · 0.45
DialMethod · 0.45
CoordinateMethod · 0.45
nodeMethod · 0.45
addTunnelLockedMethod · 0.45

Calls

no outgoing calls

Tested by 10

TestTailnetFunction · 0.36
TestNewDERPMapFunction · 0.36
DialMethod · 0.36
TestCoordinatorFunction · 0.36
TestDERPExpvarCollectorFunction · 0.36