Contents

NSFileProviderError.Code.noSuchItem

An error indicating that the specified item doesn’t exist.

Declaration

case noSuchItem

Discussion

Use fileProviderErrorForNonExistentItem(withIdentifier:) to create properly formatted noSuchItem errors.

See Also

Error codes