peerix - v0.6.0
    Preparing search index...

    Interface ErrorEvent

    Event emitted when an error occurs in any background operations.

    interface ErrorEvent {
        error: PeerixError;
        name: "error";
    }
    Index

    Error object containing details about the error.

    name: "error"

    Name of the event.