Viewer
    Preparing search index...

    Interface ISessionErrorEvent

    Definition of the session event. These events are sent for session specific events (EVENTTYPE_SESSION).

    interface ISessionErrorEvent {
        error: Error;
        sessionId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: Error

    The error that occurred in the session.

    sessionId: string

    The id of the session.