---
title: BASuccessesErrorKey
framework: backgroundassets
role: symbol
role_heading: Global Variable
path: backgroundassets/basuccesseserrorkey
---

# BASuccessesErrorKey

The -[NSError userInfo] key for the set of asset packs the local availability of which the system successfully ensured.

## Declaration

```occ
extern NSErrorUserInfoKey const BASuccessesErrorKey;
```

## Discussion

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