MCPcopy
hub / github.com/cloudfoundry/cli / Error

Method Error

integration/assets/hydrabroker/app/errors.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (e *badRequestError) Error() string {
41 return fmt.Sprintf("%s: %s", e.message, e.err.Error())
42}
43
44func (badRequestError) StatusCode() int {
45 return http.StatusBadRequest

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected