---
title: errorLog
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpmovieplayercontroller/errorlog
---

# errorLog

A snapshot of the playback failure error log for the movie player if it is playing a network stream.

## Declaration

```swift
var errorLog: MPMovieErrorLog! { get }
```

## Discussion

Discussion Can be nil. For information about movie error logs, refer to MPMovieErrorLog.

## See Also

### Retrieving movie logs

- [accessLog](mediaplayer/mpmovieplayercontroller/accesslog.md)
