Exception: Elasticsearch::Resources::Clusterable::NullClusterError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Elasticsearch::Resources::Clusterable::NullClusterError
- Defined in:
- lib/elasticsearch/resources/clusterable.rb
Instance Method Summary collapse
-
#initialize ⇒ NullClusterError
constructor
A new instance of NullClusterError.
- #message ⇒ Object
Constructor Details
#initialize ⇒ NullClusterError
Returns a new instance of NullClusterError.
24 25 26 |
# File 'lib/elasticsearch/resources/clusterable.rb', line 24 def initialize super() end |
Instance Method Details
#message ⇒ Object
28 29 30 |
# File 'lib/elasticsearch/resources/clusterable.rb', line 28 def I18n.t('elasticsearch.resources.clusterable.null_cluster_error.message') end |