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

Function NewErrorWrapper

api/uaa/error_converter.go:15–17  ·  view source on GitHub ↗

NewErrorWrapper returns a new error wrapper.

()

Source from the content-addressed store, hash-verified

13
14// NewErrorWrapper returns a new error wrapper.
15func NewErrorWrapper() *errorWrapper {
16 return new(errorWrapper)
17}
18
19// Make converts RawHTTPStatusError, which represents responses with 4xx and
20// 5xx status codes, to specific errors.

Callers 2

NewClientFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected