MCPcopy Create free account
hub / github.com/cloudfoundry/credhub-cli / NewAuthServerNetworkError

Function NewAuthServerNetworkError

errors/errors.go:12–14  ·  view source on GitHub ↗
(e error)

Source from the content-addressed store, hash-verified

10}
11
12func NewAuthServerNetworkError(e error) error {
13 return fmt.Errorf("Error connecting to the auth server: %#v. Please validate your target and retry your request.", e.Error())
14}
15
16func NewCatchAllError() error {
17 return errors.New("The targeted API was unable to perform the request. Please validate and retry your request.")

Callers 1

ExecuteMethod · 0.92

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…