Contents

noSuchItem

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

Declaration

static var noSuchItem: NSFileProviderError.Code { get }

Discussion

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

See Also

Accessing error codes