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.


166
167
168
# File 'lib/elasticsearch.rb', line 166

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