Skip to main content

Module error

Module error 

Source
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§

ChunkingError
Chunking-specific errors for text processing.
CommandError
CLI command-specific errors.
Error
Comprehensive error types for RLM operations.
IoError
I/O-specific errors for file operations.
SearchError
Search-specific errors for vector search operations.
StorageError
Storage-specific errors for database operations.

Type Aliases§

Result
Result type alias for RLM operations.