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

Method Error

intercept/messages/base.go:539–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

537}
538
539func (a *responseError) Error() string {
540 if a.ErrorResponse == nil {
541 return ""
542 }
543 return a.ErrorResponse.Error.Message
544}

Callers 15

NewRequestBridgeFunction · 0.45
newInterceptionProcessorFunction · 0.45
ServeHTTPMethod · 0.45
ShutdownMethod · 0.45
newPassthroughRouterFunction · 0.45
TestValidateProvidersFunction · 0.45
mainFunction · 0.45
RecordInterceptionMethod · 0.45
RecordTokenUsageMethod · 0.45
RecordPromptUsageMethod · 0.45
RecordToolUsageMethod · 0.45

Calls

no outgoing calls