Exception: Elasticsearch::UnsupportedProductError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/elasticsearch.rb

Overview

Error class for when we detect an unsupported version of Elasticsearch

Instance Method Summary collapse

Constructor Details

#initialize(message = NOT_ELASTICSEARCH_WARNING) ⇒ UnsupportedProductError

Returns a new instance of UnsupportedProductError.



183
184
185
# File 'lib/elasticsearch.rb', line 183

def initialize(message = NOT_ELASTICSEARCH_WARNING)
  super(message)
end