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

Function NewServiceUnavailableError

errors.go:124–128  ·  view source on GitHub ↗
(cause string)

Source from the content-addressed store, hash-verified

122}
123
124func NewServiceUnavailableError(cause string) error {
125 return ServiceUnavailableError{
126 Cause: cause,
127 }
128}
129
130type ServiceUnavailableError struct {
131 Cause string

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected