@lacunahub/lavaluna.js
    Preparing search index...

    Interface TrackExceptionEvent

    Dispatched when a track throws an exception.

    interface TrackExceptionEvent {
        exception: Exception;
        guildId: string;
        op: "event";
        track: Track;
        type: "TrackExceptionEvent";
    }

    Hierarchy (View Summary)

    Index

    Properties

    exception: Exception

    The occurred exception.

    guildId: string

    The guild id.

    op: "event"
    track: Track

    The track that threw the exception.

    type: "TrackExceptionEvent"

    The type of event.