Contents

NSFeatureUnsupportedError

The feature isn’t supported, because the file system lacks the feature, or required libraries are missing, or other similar reasons.

Declaration

var NSFeatureUnsupportedError: Int { get }

Discussion

For example, some volumes may not support a Trash folder, so these methods will report failure by returning false or nil and an NSError with NSFeatureUnsupportedError.

See Also

Miscellaneous Errors