Exception: Riak::SearchError::IndexExistsError

Inherits:
Riak::SearchError show all
Defined in:
lib/riak/errors/search_error.rb

Instance Method Summary collapse

Methods included from Util::Translation

#i18n_scope, #t

Constructor Details

#initialize(name) ⇒ IndexExistsError

Returns a new instance of IndexExistsError.



6
7
8
# File 'lib/riak/errors/search_error.rb', line 6

def initialize(name)
  super t('search.index_exists', name: name)
end