Expand description
Centralized error types for codesearch
This module provides a unified error handling approach using thiserror, replacing the ad-hoc anyhow::Error usage throughout the codebase.
Enums§
- Code
Search Error - Main error type for codesearch operations
Type Aliases§
- Result
- Result type alias for codesearch operations