Contents

BAFailuresErrorKey

The -[NSError userInfo] key for the set of asset packs the local availability of which the system couldn’t ensure and their respective associated underlying errors.

Declaration

extern NSErrorUserInfoKey const BAFailuresErrorKey;

Discussion

This key is relevant when the error code is BAManagedErrorCodeLocalAvailabilityFailure. Its value should be an NSDictionary<BAAssetPack*, NSError*> object.