AVPlayerError public protocol AVPlayerError : THEOError An error that is thrown by AVPlayer. userInfo The userInfo dictionary for the error, if more details are available. Declaration Swift var userInfo: [String : Any]? { get }