Expand description
Error types for the vectorless library.
This module provides a comprehensive error type hierarchy for all operations.
All errors are consolidated into [Error] with specific variants for each category.
Enums§
- Error
- The main error type for vectorless operations.
Type Aliases§
- Result
- A specialized result type for vectorless operations.