---
title: FSOpenItemResult
framework: fskit
role: symbol
role_heading: Class
path: fskit/fsopenitemresult
---

# FSOpenItemResult

The result of an open-item call.

## Declaration

```swift
class FSOpenItemResult
```

## Overview

Overview Use this type in your implementation of open(_:modes:cacheMode:context:replyHandler:).

## Topics

### Creating an open-item result

- [init(grantedCoherency:)](fskit/fsopenitemresult/init(grantedcoherency:).md)
- [FSVolume.KernelCacheCoherencyType](fskit/fsvolume/kernelcachecoherencytype.md)

## Relationships

### Inherits From

- [FSVolumeHandlerResult](fskit/fsvolumehandlerresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Opening and closing items

- [open(_:modes:cacheMode:context:replyHandler:)](fskit/fsvolume/datacachehandler/open(_:modes:cachemode:context:replyhandler:).md)
- [close(_:context:replyHandler:)](fskit/fsvolume/datacachehandler/close(_:context:replyhandler:).md)
- [FSVolume.DataCacheMode](fskit/fsvolume/datacachemode.md)
- [FSContext](fskit/fscontext.md)
