---
title: fileHandleItem
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/filehandle/connectionacceptedmessage/filehandleitem
---

# fileHandleItem

A result instance that contains either the file handle representing the “near” end of a socket connection, or an error.

## Declaration

```swift
var fileHandleItem: Result<FileHandle, POSIXError>
```
