---
title: AVPlayerItemErrorLogEvent
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avplayeritemerrorlogevent
---

# AVPlayerItemErrorLogEvent

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

## Declaration

```swift
class AVPlayerItemErrorLogEvent
```

## Overview

Overview This object provides properties for accessing the data fields of each log event. Each event is a single entry in an AVPlayerItem object’s error log. These properties aren’t observable. For more information about key-value observing, see Using Key-Value Observing in Swift.

## Topics

### Getting information about the event

- [date](avfoundation/avplayeritemerrorlogevent/date.md)
- [uri](avfoundation/avplayeritemerrorlogevent/uri.md)
- [serverAddress](avfoundation/avplayeritemerrorlogevent/serveraddress.md)
- [playbackSessionID](avfoundation/avplayeritemerrorlogevent/playbacksessionid.md)
- [errorStatusCode](avfoundation/avplayeritemerrorlogevent/errorstatuscode.md)
- [errorDomain](avfoundation/avplayeritemerrorlogevent/errordomain.md)
- [errorComment](avfoundation/avplayeritemerrorlogevent/errorcomment.md)
- [allHTTPResponseHeaderFields](avfoundation/avplayeritemerrorlogevent/allhttpresponseheaderfields.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing logging information

- [accessLog()](avfoundation/avplayeritem/accesslog().md)
- [AVPlayerItemAccessLog](avfoundation/avplayeritemaccesslog.md)
- [AVPlayerItemAccessLogEvent](avfoundation/avplayeritemaccesslogevent.md)
- [errorLog()](avfoundation/avplayeritem/errorlog().md)
- [AVPlayerItemErrorLog](avfoundation/avplayeritemerrorlog.md)
