Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/garden
/ ContainerNotFoundError
Struct
ContainerNotFoundError
errors.go:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
type
ContainerNotFoundError
struct
{
117
Handle string
118
}
119
120
func
(err ContainerNotFoundError) Error() string {
121
return
"unknown handle: "
+ err.Handle
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected