TavilyFailedResult: {
    error: string;
    url: string;
}

A failed extraction result from the Tavily Extract API.

Type declaration

  • error: string

    An error message describing why the URL couldn't be processed.

  • url: string

    The URL that failed to be processed.