peerix - v0.1.0
    Preparing search index...

    Interface PeerErrorEvent

    Event emitted when an error occurs in any background operations.

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

    Properties

    Properties

    Error object containing details about the error.

    id: string

    Local peer identifier.

    name: "error"

    Name of the event.