THEOplayer Web SDK
    Preparing search index...

    Interface ChromecastError

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

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

    Properties

    description: string

    The human-readable description of the error.

    The error code of the error.