Contents

errorCacheOperationConflict

A conflicting cache operation is in progress.

Declaration

static var errorCacheOperationConflict: FSDataCacheError.Code { get }

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