chroma icon indicating copy to clipboard operation
chroma copied to clipboard

[BUG] `UniqueConstraintError` not included as a `ChromaError`

Open itaismith opened this issue 9 months ago • 1 comments

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 pytest for python, yarn test for js, cargo test for rust

Documentation Changes

N/A

itaismith avatar Jan 08 '25 07:01 itaismith