Fired when an event occurs.

interface ErrorEvent {
    date: Date;
    error: PlayerError;
    type: ERROR;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

type: ERROR

The type of the event.

Generated using TypeDoc