MCPcopy
hub / github.com/docker/docker-agent / Error

Method Error

pkg/sandbox/kit/kit.go:967–972  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

965}
966
967func (e ToolHostError) Error() string {
968 if e.Version == "" {
969 return fmt.Sprintf("resolving install hosts for %q: %v", e.Command, e.Err)
970 }
971 return fmt.Sprintf("resolving install hosts for %q@%q: %v", e.Command, e.Version, e.Err)
972}
973
974func (e ToolHostError) Unwrap() error { return e.Err }
975

Calls

no outgoing calls