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

Struct marshalledError

errors.go:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type marshalledError struct {
28 Type errType
29 Message string
30 Handle string
31 ProcessID string
32 Binary string
33}
34
35func (m Error) Error() string {
36 return m.Err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected