Discolink
    Preparing search index...

    Interface TrackExceptionEventPayload

    interface TrackExceptionEventPayload {
        type: TrackException;
        track: APITrack;
        exception: Exception;
        op: Event;
        guildId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The type of event

    track: APITrack

    The track that threw the exception

    exception: Exception

    The occurred exception

    op: Event

    The op type

    guildId: string

    The guild id