Module error

Module error 

Source
Expand description

Fetch error types for Tier 1 data source fetchers.

Each fetcher converts its domain-specific errors (HTTP transport, XML/HTML parsing, database writes) into FetchError so that the orchestrator has a uniform error type to log and discard. Individual fetch failures are never fatal โ€” they are logged as warnings and retried on the next poll interval.

Enumsยง

FetchError ๐Ÿ”’
Errors that can occur during a Tier 1 fetch-and-store cycle.