Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    An error occurred. The other end will terminate the connection after sending this message

    type ErrorMessage = {
        message: string;
        senderId: PeerId;
        targetId: PeerId;
        type: "error";
    }
    Index

    Properties

    message: string

    A description of the error

    senderId: PeerId

    The peer sending the message

    targetId: PeerId

    The PeerID of the client

    type: "error"