Exception: NexusCli::ArtifactNotFoundException

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



20
21
22
# File 'lib/nexus_cli/errors.rb', line 20

def message
  "The artifact you requested information for could not be found. Please ensure it exists inside the Nexus."
end