class NexusCli::BadUploadRequestException

Public Instance Methods

message() click to toggle source
# 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