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.
Caution
The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.
An enumeration whose values specify various errors relating to ALAssets.
[System.Obsolete("The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.")]
public enum ALAssetsError
[<System.Obsolete("The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.")>]
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 |