class NexusCli::PermissionsException

Public Instance Methods

message() click to toggle source
# 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