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