---
title: uploadingError
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileprovideritemprotocol/uploadingerror
---

# uploadingError

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

## Declaration

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

## Mentioned in

Handling Errors with User-Driven Actions

## See Also

### Monitoring File Transfers

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