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

Method Error

errors.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (err ContainerNotFoundError) Error() string {
121 return "unknown handle: " + err.Handle
122}
123
124func NewServiceUnavailableError(cause string) error {
125 return ServiceUnavailableError{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected