Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

TrackExceptionEvent

The event for when a track encounters an exception.

API/Interfaces/TrackExceptionEvent
hoshimi/src/types/Player.d.ts

Signature

export interface TrackExceptionEvent extends PlayerEvent<PlayerEventType.TrackException>

Properties

2
exceptiontrack

Methods

0

No methods.

Properties

exception#
exception: Exception;

The exception that occurred.

@type{Exception}
track#
track: LavalinkTrack;

The track that encountered the exception.

@type{LavalinkTrack}