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

Struct Error

client/connection/connection.go:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type Error struct {
82 StatusCode int
83 Message string
84}
85
86func (err Error) Error() string {
87 return err.Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected