use Error;
use crateindexer;
/// Errors that can occur during indexing or filesystem event handling.
///
/// This enum represents failures that can happen either when setting up
/// filesystem event monitoring (via `notify`) or when performing the
/// actual indexing of source code.
///
/// Each variant wraps the underlying error from the respective subsystem.