langchain.js
    Preparing search index...

    Stream event with error information.

    type ErrorStreamEvent = {
        data: { error: string; message: string };
        event: "error";
        id?: string;
    }
    Index

    Properties

    Properties

    data: { error: string; message: string }
    event: "error"
    id?: string