---
title: errorCacheOperationConflict
framework: fskit
role: symbol
role_heading: Type Property
path: fskit/fsdatacacheerror/errorcacheoperationconflict
---

# errorCacheOperationConflict

A conflicting cache operation is in progress.

## Declaration

```swift
static var errorCacheOperationConflict: FSDataCacheError.Code { get }
```

## 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](fskit/fsdatacacheerror/code.md)
- [errorInvalidCacheModeCoherency](fskit/fsdatacacheerror/errorinvalidcachemodecoherency.md)
- [errorInvalidCacheTransition](fskit/fsdatacacheerror/errorinvalidcachetransition.md)
- [errorCacheFlushFailed](fskit/fsdatacacheerror/errorcacheflushfailed.md)
- [errorCacheInvalidationFailed](fskit/fsdatacacheerror/errorcacheinvalidationfailed.md)
