ErrorsContextPipelineInitializationErrorOn this pageContextPipelineInitializationError Wraps an exception thrown in the initialization step of a context pipeline middleware. We may not have the complete context at this point, so only BasicCrawlingContext is provided.Index Methods__init__Methods __init__ __init__(*, wrapped_exception, crawling_context): NoneParametersoptionalkeyword-onlywrapped_exception: Exceptionoptionalkeyword-onlycrawling_context: BasicCrawlingContextReturns None
Wraps an exception thrown in the initialization step of a context pipeline middleware.
We may not have the complete context at this point, so only
BasicCrawlingContext
is provided.