ALAssetsError 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.
An enumeration whose values specify various errors relating to ALAssets.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Photos' API instead.")]
public enum ALAssetsError
type ALAssetsError =
- Inheritance
-
ALAssetsError
- Attributes
Fields
Name | Value | Description |
---|---|---|
AccessGloballyDeniedError | -3312 | |
AccessUserDeniedError | -3311 | |
DataUnavailableError | -3310 | |
WriteDiskSpaceError | -3305 | |
WriteDataEncodingError | -3304 | |
WriteIncompatibleDataError | -3303 | |
WriteInvalidDataError | -3302 | |
WriteBusyError | -3301 | |
WriteFailedError | -3300 | |
UnknownError | -1 |