Exception: Cauchy::Elastic::CannotUpdateNonDynamicSettingsError

Inherits:
ElasticError
  • Object
show all
Defined in:
lib/cauchy/elastic/index.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ CannotUpdateNonDynamicSettingsError

Returns a new instance of CannotUpdateNonDynamicSettingsError.



17
18
19
# File 'lib/cauchy/elastic/index.rb', line 17

def initialize(name)
  super("Index \"#{name}\" cannot be updated while open.")
end