libp2p
    Preparing search index...

    Interface QueryErrorEvent

    Something went wrong with the query

    interface QueryErrorEvent {
        error: Error;
        from: PeerId;
        name: "QUERY_ERROR";
        path: DisjointPath;
        type: QUERY_ERROR;
    }
    Index

    Properties

    Properties

    error: Error
    from: PeerId
    name: "QUERY_ERROR"