NSFileProviderError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates errors relating to providing files.
[ObjCRuntime.Native("NSFileProviderErrorCode")]
public enum NSFileProviderError
[<ObjCRuntime.Native("NSFileProviderErrorCode")>]
type NSFileProviderError =
- Inheritance
-
NSFileProviderError
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| LocalVersionConflictingWithServer | -2015 | |
| ApplicationExtensionNotFound | -2014 | |
| ProviderDomainNotFound | -2013 | |
| ProviderDomainTemporarilyUnavailable | -2012 | |
| DomainDisabled | -2011 | |
| ExcludedFromSync | -2010 | |
| VersionNoLongerAvailable | -2009 | |
| NonEvictable | -2008 | |
| UnsyncedEdits | -2007 | |
| NonEvictableChildren | -2006 | |
| CannotSynchronize | -2005 | |
| NewerExtensionVersionFound | -2004 | |
| OlderExtensionVersionRunning | -2003 | |
| ProviderTranslocated | -2002 | |
| ProviderNotFound | -2001 | |
| DirectoryNotEmpty | -1007 | |
| VersionOutOfDate | -1006 | |
| NoSuchItem | -1005 | |
| ServerUnreachable | -1004 | |
| InsufficientQuota | -1003 | |
| PageExpired | -1002 | |
| SyncAnchorExpired | -1002 | |
| FilenameCollision | -1001 | |
| NotAuthenticated | -1000 |