chroma
chroma copied to clipboard
Fix 3026 : TypeError/ValueError
Description of changes
Replaced TypeError and ValueError with InvalidArgumentError
- Improvements & Bug fixes
- None
- New functionality
- None
Test plan
Tests pass locally with pytest for python, yarn test for js, cargo test for rust
Documentation Changes
No documentation changes required as this is an internal error handling refactor. The error messages remain the same, only the error type is changing from ValueError to InvalidArgumentError.