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.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NSFileProviderError
type NSFileProviderError =
- Inheritance
-
NSFileProviderError
- Attributes
Fields
Name | Value | Description |
---|---|---|
NoSuchItem | -1005 | |
ServerUnreachable | -1004 | |
InsufficientQuota | -1003 | |
PageExpired | -1002 | |
SyncAnchorExpired | -1002 | |
FilenameCollision | -1001 | |
NotAuthenticated | -1000 |