MCPcopy Create free account
hub / github.com/cloudfoundry/garden / Error

Method Error

errors.go:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func (err ProcessNotFoundError) Error() string {
143 return "unknown process: " + err.ProcessID
144}
145
146type ExecutableNotFoundError struct {
147 Message string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected