class Cauchy::Elastic::CannotUpdateNonDynamicSettingsError
Public Class Methods
new(name)
click to toggle source
Calls superclass method
Cauchy::Elastic::ElasticError::new
# File lib/cauchy/elastic/index.rb, line 17 def initialize(name) super("Index \"#{name}\" cannot be updated while open.") end