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

Method Error

coderd/x/chatd/chaterror/classify.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (e *classifiedError) Error() string {
118 return e.cause.Error()
119}
120
121func (e *classifiedError) Unwrap() error {
122 return e.cause

Calls

no outgoing calls