Interface TrackExceptionEvent

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

Hierarchy (view full)

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