Exception: Orchestrate::API::IndexingConflict
- Inherits:
-
RequestError
- Object
- StandardError
- BaseError
- RequestError
- Orchestrate::API::IndexingConflict
- Defined in:
- lib/orchestrate/api/errors.rb
Overview
When a new collection is created by its first KV document, a schema is created for indexing, including the types of the values for the KV document. This error will occur when a new document provides values with different types. Values with unexpected types will not be indexed. Since search is an implicit feature of the service, this is an error and worth raising an exception over.
Instance Attribute Summary
Attributes inherited from BaseError
Method Summary
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from Orchestrate::API::BaseError