Skip to main content

ContextPipelineFinalizationError

crawlee.errors.ContextPipelineFinalizationError

Wraps an exception thrown in the finalization step of a context pipeline middleware.

We may not have the complete context at this point, so only BasicCrawlingContext is provided.

Index

Constructors

Constructors

__init__

  • __init__(wrapped_exception, crawling_context): None
  • Parameters

    • wrapped_exception: Exception
    • crawling_context: BasicCrawlingContext

    Returns None