---
title: downloadingError
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileprovideritemprotocol/downloadingerror
---

# downloadingError

An object describing an error that occurred while downloading the item.

## Declaration

```swift
optional var downloadingError: (any Error)? { get }
```

## See Also

### Monitoring File Transfers

- [isUploading](fileprovider/nsfileprovideritemprotocol/isuploading.md)
- [isUploaded](fileprovider/nsfileprovideritemprotocol/isuploaded.md)
- [uploadingError](fileprovider/nsfileprovideritemprotocol/uploadingerror.md)
- [isDownloading](fileprovider/nsfileprovideritemprotocol/isdownloading.md)
- [isDownloaded](fileprovider/nsfileprovideritemprotocol/isdownloaded.md)
