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

Method Error

aibridge/intercept/messages/base.go:666–671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664}
665
666func (e *ResponseError) Error() string {
667 if e.ErrorResponse == nil {
668 return ""
669 }
670 return e.ErrorResponse.Error.Message
671}
672
673// ToResponse marshals e into an *http.Response shaped for the
674// Anthropic API.

Calls

no outgoing calls