MCPcopy Index your code
hub / github.com/cloudfoundry/cli / errorWrapper

Struct errorWrapper

api/cloudcontroller/ccv3/errors.go:20–22  ·  view source on GitHub ↗

errorWrapper is the wrapper that converts responses with 4xx and 5xx status codes to an error.

Source from the content-addressed store, hash-verified

18// errorWrapper is the wrapper that converts responses with 4xx and 5xx status
19// codes to an error.
20type errorWrapper struct {
21 connection cloudcontroller.Connection
22}
23
24func newErrorWrapper() *errorWrapper {
25 return new(errorWrapper)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected