chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Fix 3026 : TypeError/ValueError

Open namesarnav opened this issue 9 months ago • 1 comments

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.

namesarnav avatar Jan 02 '25 18:01 namesarnav