Exception: RSolr::Cloud::Error::NotEnoughNodes
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RSolr::Cloud::Error::NotEnoughNodes
- Defined in:
- lib/rsolr/cloud/error.rb
Overview
This error occurs when all solr nodes aren’t active.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
6 7 8 |
# File 'lib/rsolr/cloud/error.rb', line 6 def to_s 'Not enough nodes to handle the request.' end |