<!--
{
  "availability" : [
    "iOS: 4.3.0 -",
    "iPadOS: 4.3.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemErrorLogEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItemErrorLogEvent"
  },
  "title" : "AVPlayerItemErrorLogEvent"
}
-->

# AVPlayerItemErrorLogEvent

A single item in a player item’s error log.

```
class AVPlayerItemErrorLogEvent
```

## Overview

This object provides properties for accessing the data fields of each log event. Each event is a single entry in an [`AVPlayerItem`](/documentation/AVFoundation/AVPlayerItem) object’s error log.

These properties aren’t observable. For more information about key-value observing, see <doc://com.apple.documentation/documentation/Swift/using-key-value-observing-in-swift>.

## Topics

### Getting information about the event

[`date`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/date)

The date and time when the error occurred.

[`uri`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/uri)

The URI of the playback item that had an error.

[`serverAddress`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/serverAddress)

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

[`playbackSessionID`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/playbackSessionID)

A GUID that identifies the playback session that had an error.

[`errorStatusCode`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/errorStatusCode)

A unique error code identifier.

[`errorDomain`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/errorDomain)

The domain of the error.

[`errorComment`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/errorComment)

A description of the error encountered.

[`allHTTPResponseHeaderFields`](/documentation/AVFoundation/AVPlayerItemErrorLogEvent/allHTTPResponseHeaderFields)

The HTTP header fields the server returns.



---

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)