MCPcopy Create free account
hub / github.com/moby/moby / Error

Method Error

daemon/errors.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (e objNotFoundError) Error() string {
38 return "No such " + e.object + ": " + e.id
39}
40
41func (e objNotFoundError) NotFound() {}
42

Callers 1

setExitCodeFromErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected