Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / error / unprocessable_entity.rb
Size: Mime:
module Lobbyist
  class Error
    # Raised when Customer Lobby returns the HTTP status code 422
    class UnprocessableEntity < Lobbyist::Error::ClientError
      HTTP_STATUS_CODE = 422
    end
  end
end