---
title: dataItem
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/filehandle/readtoendoffilecompletionmessage/dataitem
---

# dataItem

A result that contains either the data read or an error.

## Declaration

```swift
var dataItem: Result<Data, POSIXError>
```
