ALAssetsError Enum

Definition

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

Applies to