MCPcopy Create free account
hub / github.com/coder/coder / Error

Method Error

enterprise/coderd/x/chatd/chatd.go:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (e *RelayDialError) Error() string { return e.Err.Error() }
60func (e *RelayDialError) Unwrap() error { return e.Err }
61
62// IsUnrecoverable reports whether retrying with the same captured

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected