---
title: FSDataCacheError.Code.errorCacheOperationConflict
framework: fskit
role: symbol
role_heading: Case
path: fskit/fsdatacacheerror/code/errorcacheoperationconflict
---

# FSDataCacheError.Code.errorCacheOperationConflict

A conflicting cache operation is in progress.

## Declaration

```swift
case errorCacheOperationConflict
```

## Discussion

Discussion This error occurs when multiple cache operations on the same item conflict, such as attempting to change cache mode while I/O is active.

## See Also

### Error codes

- [FSDataCacheError.Code.errorInvalidCacheModeCoherency](fskit/fsdatacacheerror/code/errorinvalidcachemodecoherency.md)
- [FSDataCacheError.Code.errorInvalidCacheTransition](fskit/fsdatacacheerror/code/errorinvalidcachetransition.md)
- [FSDataCacheError.Code.errorCacheFlushFailed](fskit/fsdatacacheerror/code/errorcacheflushfailed.md)
- [FSDataCacheError.Code.errorCacheInvalidationFailed](fskit/fsdatacacheerror/code/errorcacheinvalidationfailed.md)
