Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
type
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
handleError
Function · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
uploadApp
Method · 0.65
ClientExists
Method · 0.65
FindAllByUsername
Method · 0.65
Create
Method · 0.65
routing_api_test.go
File · 0.65
users_test.go
File · 0.65
Authenticate
Method · 0.65
routing_api_gateway_test.go
File · 0.65
Implementers
2
baseHTTPError
cf/errors/http_error.go
FakeHTTPError
cf/errors/errorsfakes/fake_httperror.g
Calls
no outgoing calls
Tested by
no test coverage detected