Exception: NexusCli::BadUploadRequestException
- Inherits:
-
NexusCliError
- Object
- StandardError
- NexusCliError
- NexusCli::BadUploadRequestException
- Defined in:
- lib/nexus_cli/errors.rb
Instance Method Summary collapse
Methods inherited from NexusCliError
Instance Method Details
#message ⇒ Object
66 67 68 69 70 71 |
# File 'lib/nexus_cli/errors.rb', line 66 def %{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 |