Expand description
Error types for RLM-RS operations.
This module provides a comprehensive error hierarchy using thiserror for
all RLM operations including storage, chunking, I/O, and CLI commands.
Enums§
- Chunking
Error - Chunking-specific errors for text processing.
- Command
Error - CLI command-specific errors.
- Error
- Comprehensive error types for RLM operations.
- IoError
- I/O-specific errors for file operations.
- Search
Error - Search-specific errors for vector search operations.
- Storage
Error - Storage-specific errors for database operations.
Type Aliases§
- Result
- Result type alias for RLM operations.