onTrackException property

Stream<TrackExceptionEvent> onTrackException

A stream of TrackExceptionEvents received by Lavalink clients created by this plugin.

Implementation

Stream<TrackExceptionEvent> get onTrackException => onEvent.whereType<TrackExceptionEvent>();