Exception: NexusCli::BadUploadRequestException

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



66
67
68
69
70
71
# File 'lib/nexus_cli/errors.rb', line 66

def message
  %{Your request was denied by the Nexus server due to a bad request and your artifact has not been uploaded.
This could mean several things:
  Your .nexus_cli['repository'] is invalid.
  The artifact with this identifier already exists inside the repository and that repository does not allow multiple deployments.}
end