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

Method Error

errors.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (m Error) Error() string {
36 return m.Err.Error()
37}
38
39func (m Error) StatusCode() int {
40 switch m.Err.(type) {

Callers 8

MarshalJSONMethod · 0.45
reapContainerMethod · 0.45
server_test.goFile · 0.45
handleStreamOutMethod · 0.45
writeErrorMethod · 0.45
streamInputMethod · 0.45
streamProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected