peerix - v0.1.0
    Preparing search index...

    Interface RemotePeerErrorEvent

    Error event data.

    interface RemotePeerErrorEvent {
        error: PeerixError;
        id: string;
        name: "error";
    }
    Index

    Properties

    Properties

    Error associated with the event.

    id: string

    Unique identifier for the remote peer.

    name: "error"

    Name of the event.