Exception: Riak::SearchError::IndexExistsError
- Inherits:
-
Riak::SearchError
- Object
- StandardError
- Error
- Riak::SearchError
- Riak::SearchError::IndexExistsError
- Defined in:
- lib/riak/errors/search_error.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ IndexExistsError
constructor
A new instance of IndexExistsError.
Methods included from Util::Translation
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 |