THEOplayer > ChromecastError
An error that occurred while casting or attempting to cast to Chromecast.
Signature:
export interface ChromecastError
Property |
Type |
Description |
---|---|---|
|
The human-readable description of the error. |
|
The error code of the error. |
The human-readable description of the error.
Signature:
description: string;
The error code of the error.
Signature:
errorCode: ChromecastErrorCode;