---
title: uri
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemerrorlogevent/uri
---

# uri

The URI of the playback item that had an error.

## Declaration

```swift
var uri: String? { get }
```

## Discussion

Discussion The property corresponds to “uri”. The value of this property may be nil if the URI is unknown.

## See Also

### Getting information about the event

- [date](avfoundation/avplayeritemerrorlogevent/date.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)
