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

Function NewRefreshError

errors/errors.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func NewRefreshError() error {
61 return errors.New("You are not currently authenticated. Please log in to continue.")
62}
63
64func NewNoMatchingCredentialsFoundError() error {
65 return errors.New("No credentials exist which match the provided parameters.")

Callers 1

isAuthenticationErrorFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…