/// A `Collection` being added already exists. This can be caused by a collection name not being unique.
/// When updating a document, if a situation is detected where the contents have changed on the server since the `Revision` provided, a Conflict error will be returned.
/// When saving a document in a collection with unique views, a document emits a key that is already emitted by an existing ocument, this error is returned.
#[error("a unique key violation occurred: document `{existing_document}` already has the same key as `{conflicting_document}` for {view}")]