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

Function NewAccessDeniedError

cf/errors/access_denied_error.go:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7
8func NewAccessDeniedError() *AccessDeniedError {
9 return &AccessDeniedError{}
10}
11
12func (err *AccessDeniedError) Error() string {
13 return T("Server error, status code: 403: Access is denied. You do not have privileges to execute this command.")

Callers 2

ClientExistsMethod · 0.92
FindAllByUsernameMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected