Interface ChromecastError

An error that occurred while casting or attempting to cast to Chromecast.

interface ChromecastError {
    description: string;
    errorCode: ChromecastErrorCode;
}

Properties

description: string

The human-readable description of the error.

The error code of the error.