NB Scraper Docs - v1.1.8
    Preparing search index...

    Interface ScraperError

    Detailed error information

    ScraperError

    interface ScraperError {
        type: ScraperErrorType;
        message: string;
        originalError?: Error;
        context?: Record<string, unknown>;
    }
    Index

    Properties

    The type of error that occurred

    message: string

    Human-readable error message

    originalError?: Error

    Original error object (if available)

    context?: Record<string, unknown>

    Additional context about the error