Contents

ALAssetsLibraryDataUnavailableError

The data was not available.

Declaration

var ALAssetsLibraryDataUnavailableError: Int { get }

Discussion

This error may be returned in the ALAssetsLibraryAccessFailureBlock for ALAssetsLibrary/enumerateGroups(withTypes:using:failureBlock:) and ALAssetsLibrary/asset(for:resultBlock:failureBlock:); and in the completion blocks for ALAssetsLibrary/writeImage(toSavedPhotosAlbum:orientation:completionBlock:) and ALAssetsLibrary/writeImage(toSavedPhotosAlbum:orientation:completionBlock:); as well as in the completion selector for UIImageWriteToSavedPhotosAlbum(_:_:_:_:) and UISaveVideoAtPathToSavedPhotosAlbum(_:_:_:_:).

See Also

Constants