Exception: NexusCli::PermissionsException

Inherits:
NexusCliError
  • Object
show all
Defined in:
lib/nexus_cli/errors.rb

Instance Method Summary collapse

Methods inherited from NexusCliError

status_code

Instance Method Details

#messageObject



59
60
61
# File 'lib/nexus_cli/errors.rb', line 59

def message
  "Your request was denied by the Nexus server due to a permissions error. You will need to administer the Nexus or use a different user/password in .nexus_cli."
end