chroma
chroma copied to clipboard
[BUG] `UniqueConstraintError` not included as a `ChromaError`
Description of changes
UniqueConstraintError was not included as the possible ChromaError types causing it to appear as a generic error.
Closes #2569
Test plan
How are these changes tested?
- [ ] Tests pass locally with
pytestfor python,yarn testfor js,cargo testfor rust
Documentation Changes
N/A