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

Function NewRevokedTokenError

errors/errors.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func NewRevokedTokenError() error {
25 return errors.New("You are not currently authenticated. Please log in to continue.")
26}
27
28func NewFileLoadError() error {
29 return errors.New("A referenced file could not be opened. Please validate the provided filenames and permissions, then retry your request.")

Callers 2

isAuthenticationErrorFunction · 0.92
ValidateConfigFunction · 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…