Skip to main content

Module error

Module error 

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

ReqwestErrorDetails

Enums§

PipelineError
The error type for item processing pipelines.
SpiderError
The main error type for the spider framework.