Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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
}
Callers
15
main
Function · 0.65
handleError
Function · 0.65
Error
Method · 0.65
cli_rpc_server_test.go
File · 0.65
call_command_registry_test.go
File · 0.65
Run
Method · 0.65
MustAsset
Function · 0.65
min_api_version_test.go
File · 0.65
login_test.go
File · 0.65
service_instance_test.go
File · 0.65
dea_application_test.go
File · 0.65
api_endpoint_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
1
uploadBodyMatcher
Function · 0.52