NetworkErrorEvent
public class NetworkErrorEvent : NetworkEvent
Fired when NetworkEventTypes.ERROR occurs for the THEOplayer.
-
A
NetworkErrorinstance containing information about the error.Declaration
Swift
public let error: NetworkError? -
Signaling that the current
NetworkErroris potentially recoverable with retries.Declaration
Swift
public let transient: Bool