Contents

ALAssetsLibraryWriteDiskSpaceError

There was not enough space on the disk to write the data.

Declaration

var ALAssetsLibraryWriteDiskSpaceError: Int { get }

Discussion

This error may be returned in the completion block for writeVideoAtPath(toSavedPhotosAlbum:completionBlock:) and writeImage(toSavedPhotosAlbum:orientation:completionBlock:) as well as the completion selector for UIImageWriteToSavedPhotosAlbum(_:_:_:_:) and UISaveVideoAtPathToSavedPhotosAlbum(_:_:_:_:).

See Also

Constants