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

Struct ServiceUnavailableError

errors.go:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130type ServiceUnavailableError struct {
131 Cause string
132}
133
134func (err ServiceUnavailableError) Error() string {
135 return err.Cause

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected