<!--
{
  "availability" : [
    "iOS: 4.3.0 - 9.0.0",
    "iPadOS: 4.3.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPMovieErrorLogEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:objc(cs)MPMovieErrorLogEvent"
  },
  "title" : "MPMovieErrorLogEvent"
}
-->

# MPMovieErrorLogEvent

A single piece of information for a movie error log.

```
class MPMovieErrorLogEvent
```

## Overview

All movie error log event properties are read-only. For a description of movie error logs, see [`MPMovieErrorLog`](/documentation/MediaPlayer/MPMovieErrorLog).

## Topics

### Movie error log event properties

[`date`](/documentation/MediaPlayer/MPMovieErrorLogEvent/date)

The date and time when the error occurred.

[`URI`](/documentation/MediaPlayer/MPMovieErrorLogEvent/uri)

The URI of the item playing when the error occurred.

[`serverAddress`](/documentation/MediaPlayer/MPMovieErrorLogEvent/serverAddress)

The IP address of the web server that was the source of the error.

[`playbackSessionID`](/documentation/MediaPlayer/MPMovieErrorLogEvent/playbackSessionID)

A globally unique identifier (GUID) for the playback session.

[`errorStatusCode`](/documentation/MediaPlayer/MPMovieErrorLogEvent/errorStatusCode)

A unique error code identifier.

[`errorDomain`](/documentation/MediaPlayer/MPMovieErrorLogEvent/errorDomain)

The network domain of the error.

[`errorComment`](/documentation/MediaPlayer/MPMovieErrorLogEvent/errorComment)

A description of the error.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)