Exception: NexusCli::InvalidLoggingLevelException

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



214
215
216
# File 'lib/nexus_cli/errors.rb', line 214

def message
  "Logging level must be set to one of either INFO, DEBUG, or ERROR."
end