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

Method StatusCode

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

Source from the content-addressed store, hash-verified

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}
16

Callers 11

handleErrorFunction · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
uploadAppMethod · 0.65
ClientExistsMethod · 0.65
FindAllByUsernameMethod · 0.65
CreateMethod · 0.65
users_test.goFile · 0.65
AuthenticateMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected