Expand description
Error types for vecstore
This module provides a comprehensive error type system for all vecstore operations.
Instead of using generic anyhow::Result, we use strongly-typed errors that provide
better debugging information and allow users to handle specific error cases.
Enums§
- VecStore
Error - Main error type for all vecstore operations
Type Aliases§
- Result
- Result type alias for vecstore operations