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

Struct RuntimeError

pkg/cli/runner.go:25–27  ·  view source on GitHub ↗

RuntimeError wraps runtime errors to distinguish them from usage errors

Source from the content-addressed store, hash-verified

23
24// RuntimeError wraps runtime errors to distinguish them from usage errors
25type RuntimeError struct {
26 Err error
27}
28
29func (e RuntimeError) Error() string {
30 return e.Err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected