Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ baseHTTPError
Struct
baseHTTPError
cf/errors/http_error.go:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
type
baseHTTPError
struct
{
18
statusCode int
19
apiErrorCode string
20
description string
21
}
22
23
type
HTTPNotFoundError
struct
{
24
baseHTTPError
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected