TrackExceptionEvent
The event for when a track encounters an exception.
Signature
export interface TrackExceptionEvent extends PlayerEvent<PlayerEventType.TrackException>Properties
exception: Exception;The exception that occurred.
@type{Exception}
track: LavalinkTrack;The track that encountered the exception.
@type{LavalinkTrack}