---
title: "ManagedBackgroundAssetsError.assetPackNotFound(withID:)"
framework: backgroundassets
role: symbol
role_heading: Case
path: "backgroundassets/managedbackgroundassetserror/assetpacknotfound(withid:)"
---

# ManagedBackgroundAssetsError.assetPackNotFound(withID:)

An error that’s thrown when the system can’t find an asset pack with the given ID.

## Declaration

```swift
case assetPackNotFound(withID: String)
```

## See Also

### Errors

- [ManagedBackgroundAssetsError.fileNotFound(at:)](backgroundassets/managedbackgroundassetserror/filenotfound(at:).md)
