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

Struct UnrecoverableError

errors.go:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type UnrecoverableError struct {
109 Symptom string
110}
111
112func (err UnrecoverableError) Error() string {
113 return err.Symptom

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected