BASuccessesErrorKey
The -[NSError userInfo] key for the set of asset packs the local availability of which the system successfully ensured.
Declaration
extern NSErrorUserInfoKey const BASuccessesErrorKey;Discussion
This key is relevant when the error code is BAManagedErrorCodeLocalAvailabilityFailure. Its value should be an NSSet<BAAssetPack*> object.