Preparing search index...
    ScraperErrorTypes: {
        AuthenticationRequired: "AuthenticationRequired";
        AuthenticationFailed: "AuthenticationFailed";
        UnsupportedAuthSite: "UnsupportedAuthSite";
        NoRecipeFoundError: "NoRecipeFoundError";
        FetchError: "FetchError";
        NoSchemaFoundInWildMode: "NoSchemaFoundInWildMode";
        WebsiteNotImplementedError: "WebsiteNotImplementedError";
        ConnectionError: "ConnectionError";
        HTTPError: "HTTPError";
        URLError: "URLError";
        Timeout: "timeout";
        UnsupportedPlatform: "UnsupportedPlatform";
    } = ...

    Known error types returned by the scraper.

    Type Declaration

    • ReadonlyAuthenticationRequired: "AuthenticationRequired"
    • ReadonlyAuthenticationFailed: "AuthenticationFailed"
    • ReadonlyUnsupportedAuthSite: "UnsupportedAuthSite"
    • ReadonlyNoRecipeFoundError: "NoRecipeFoundError"
    • ReadonlyFetchError: "FetchError"
    • ReadonlyNoSchemaFoundInWildMode: "NoSchemaFoundInWildMode"
    • ReadonlyWebsiteNotImplementedError: "WebsiteNotImplementedError"
    • ReadonlyConnectionError: "ConnectionError"
    • ReadonlyHTTPError: "HTTPError"
    • ReadonlyURLError: "URLError"
    • ReadonlyTimeout: "timeout"
    • ReadonlyUnsupportedPlatform: "UnsupportedPlatform"