ASMultiplexImageNodeErrorCode Constants Reference
Declared in | ASMultiplexImageNode.h |
---|
ASMultiplexImageNodeErrorCode
ASMultiplexImageNode error codes.
Definition
typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode ) {
ASMultiplexImageNodeErrorCodeNoSourceForImage = 0,
ASMultiplexImageNodeErrorCodeBestImageIdentifierChanged,
ASMultiplexImageNodeErrorCodePhotosImageManagerFailedWithoutError,
ASMultiplexImageNodeErrorCodePHAssetIsUnavailable,
};
Constants
ASMultiplexImageNodeErrorCodeNoSourceForImage
-
Indicates that the data source didn’t provide a source for an image identifier.
Declared In
ASMultiplexImageNode.h
. ASMultiplexImageNodeErrorCodeBestImageIdentifierChanged
-
Indicates that the best image identifier changed before a download for a worse identifier began.
Declared In
ASMultiplexImageNode.h
. ASMultiplexImageNodeErrorCodePhotosImageManagerFailedWithoutError
-
Indicates that the Photos framework returned no image and no error. This may happen if the image is in iCloud and the user did not specify
allowsNetworkAccess
in their image request.Declared In
ASMultiplexImageNode.h
. ASMultiplexImageNodeErrorCodePHAssetIsUnavailable
-
Indicates that the image node could not retrieve the PHAsset for a given asset identifier. This typically means that the user has not given Photos framework permissions yet or the asset has been removed from the device.
Declared In
ASMultiplexImageNode.h
.
Declared In
ASMultiplexImageNode.h