Skip to main content

RequestHandlerError

crawlee.errors.RequestHandlerError

Wraps an exception thrown from a request handler (router) and extends it with crawling context.

Index

Constructors

Constructors

__init__

  • __init__(wrapped_exception, crawling_context): None
  • Parameters

    • wrapped_exception: Exception
    • crawling_context: TCrawlingContext

    Returns None