Interface ChromecastErrorEvent

Fired when an error occurs while casting or trying to cast.

interface ChromecastErrorEvent {
    date: Date;
    error: ChromecastError;
    type: "error";
}

Hierarchy (view full)

  • Event<"error">
    • ChromecastErrorEvent

Properties

Properties

date: Date

The creation date of the event.

The error that occurred.

type: "error"

The type of the event.