NetworkErrorEvent
@objc(THEOplayerNetworkErrorEvent)
public class NetworkErrorEvent : NSObject, EventProtocolFired when NetworkEventTypes.ERROR occurs for the THEOplayer.
- 
                  
                  The textual representation of the type of event, ‘networkerror’. DeclarationSwift @objc public private(set) var type: String { get }
- 
                  
                  The date at which the event occurred. DeclarationSwift @objc public private(set) var date: Date { get }
- 
                  
                  A NetworkErrorinstance containing information about the error.DeclarationSwift @objc public private(set) var error: NetworkError? { get }
 NetworkErrorEvent Class Reference
      NetworkErrorEvent Class Reference