NetworkError
@objc(THEOplayerNetworkError)
public protocol NetworkError : THEOErrorA network error.
- 
                  
                  The URL that was used. DeclarationSwift var url: String? { get }
- 
                  
                  The HTTP status code. DeclarationSwift var status: Int { get }
- 
                  
                  The error comment which might contain the HTTP status code. Remark Example:"HTTP 403: Forbidden".DeclarationSwift var errorComment: String? { get }
 NetworkError Protocol Reference
      NetworkError Protocol Reference