---
title: AssetPackManager.LocalAvailabilityError
framework: backgroundassets
role: symbol
role_heading: Structure
path: backgroundassets/assetpackmanager/localavailabilityerror
---

# AssetPackManager.LocalAvailabilityError

An error that provides information about asset packs the local availability of which the system successfully ensured and other asset packs the local availability of which the system failed to ensure.

## Declaration

```swift
struct LocalAvailabilityError
```

## Mentioned in

Reducing download and storage demands with localized asset packs

## Topics

### Accessing availability status

- [successes](backgroundassets/assetpackmanager/localavailabilityerror/successes.md)
- [failures](backgroundassets/assetpackmanager/localavailabilityerror/failures.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Error](swift/error.md)
- [LocalizedError](foundation/localizederror.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
