Skip to main content

Module error

Module error 

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

CodeSearchError
Main error type for codesearch operations

Type Aliases§

Result
Result type alias for codesearch operations