CastErrorEvent

@objc(THEOplayerCastErrorEvent)
public class CastErrorEvent : ChromeCastEvent

Thrown to indicate that there was an error while casting / trying to cast.

  • The error thrown by the Chromecast.

    Declaration

    Swift

    public private(set) var error: CastError { get }