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

Struct ProcessNotFoundError

errors.go:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type ProcessNotFoundError struct {
139 ProcessID string
140}
141
142func (err ProcessNotFoundError) Error() string {
143 return "unknown process: " + err.ProcessID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected