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

Method Error

cf/errors/http_error.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11type HTTPError interface {
12 Error() string
13 StatusCode() int // actual HTTP status code
14 ErrorCode() string // error code returned in response body from CC or UAA
15}

Callers 15

mainFunction · 0.65
handleErrorFunction · 0.65
ErrorMethod · 0.65
RunMethod · 0.65
MustAssetFunction · 0.65
login_test.goFile · 0.65

Implementers 2

baseHTTPErrorcf/errors/http_error.go
FakeHTTPErrorcf/errors/errorsfakes/fake_httperror.g

Calls

no outgoing calls

Tested by 1

uploadBodyMatcherFunction · 0.52