MCPcopy Index your code
hub / github.com/docker/docker-agent / Error

Method Error

pkg/cli/runner.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (e RuntimeError) Error() string {
30 return e.Err.Error()
31}
32
33func (e RuntimeError) Unwrap() error {
34 return e.Err

Callers 15

TestValidateFunction · 0.45
dialFunction · 0.45
newRouterFunction · 0.45
handleChatCompletionsMethod · 0.45
sendErrorMethod · 0.45
TestCorsMiddlewareConfigFunction · 0.45

Calls

no outgoing calls