@discordx/lava-player
    Preparing search index...

    Interface TrackExceptionEvent

    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

    Type of OP

    track: Track

    The track that threw the exception

    The type of event