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

# dataItem

A result instance containing either the data read from the file or connection, or else an error.

## Declaration

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