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

Function NewUnrecoverableError

errors.go:102–106  ·  view source on GitHub ↗
(symptom string)

Source from the content-addressed store, hash-verified

100}
101
102func NewUnrecoverableError(symptom string) error {
103 return UnrecoverableError{
104 Symptom: symptom,
105 }
106}
107
108type UnrecoverableError struct {
109 Symptom string

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected