MCPcopy
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
17type baseHTTPError struct {
18 statusCode int
19 apiErrorCode string
20 description string
21}
22
23type HTTPNotFoundError struct {
24 baseHTTPError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected