Exception: Riak::SearchError::IndexNonExistError
- Inherits:
-
Riak::SearchError
- Object
- StandardError
- Error
- Riak::SearchError
- Riak::SearchError::IndexNonExistError
- Defined in:
- lib/riak/errors/search_error.rb
Instance Method Summary collapse
-
#initialize(index) ⇒ IndexNonExistError
constructor
A new instance of IndexNonExistError.
Methods included from Util::Translation
Constructor Details
#initialize(index) ⇒ IndexNonExistError
Returns a new instance of IndexNonExistError.
24 25 26 |
# File 'lib/riak/errors/search_error.rb', line 24 def initialize(index) super t('search.index_non_exist', index: index) end |