Exception: NexusCli::InvalidCredentialsException

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



189
190
191
# File 'lib/nexus_cli/errors.rb', line 189

def message
  "Invalid Credentials were supplied. Please make sure you are passing the correct values."
end