Expand description
Custom error types for the spider-lib framework.
This module defines a comprehensive set of custom error types, SpiderError
and PipelineError, used throughout the spider-lib crate. These errors
encapsulate various issues that can occur during crawling, such as network
failures, URL parsing problems, I/O errors, configuration issues, and
problems within item processing pipelines.
By centralizing error definitions, the module provides a consistent and semantic way to report and handle errors, improving the robustness and maintainability of the web scraping application.
Structs§
Enums§
- Pipeline
Error - The error type for item processing pipelines.
- Spider
Error - The main error type for the spider framework.