Skip to main content

ruvyrias / Exports / TrackExceptionEvent

Interface: TrackExceptionEvent

Represents the event when an exception occurs while playing a track in the player.

Hierarchy

Table of contents

Properties

Properties

exception

exception: any

The exception details when an error occurs during track playback.

Defined in

src/Player/Player.ts:91


guildId

guildId: string

The unique identifier of the guild where the player event occurred.

Inherited from

PlayerEvent.guildId

Defined in

src/Player/Player.ts:47


op

op: "event"

The operation identifier, always set to 'event'.

Inherited from

PlayerEvent.op

Defined in

src/Player/Player.ts:43


type

type: "TrackExceptionEvent"

The type of the player event, set to 'TrackExceptionEvent'.

Overrides

PlayerEvent.type

Defined in

src/Player/Player.ts:89