---
title: insufficientQuota
framework: fileprovider
role: symbol
role_heading: Type Property
path: fileprovider/nsfileprovidererror/insufficientquota
---

# insufficientQuota

An error indicating that the File Provider extension can’t upload the item because it would push the account over its quota.

## Declaration

```swift
static var insufficientQuota: NSFileProviderError.Code { get }
```

## See Also

### Accessing error codes

- [NSFileProviderError.Code](fileprovider/nsfileprovidererror/code.md)
- [filenameCollision](fileprovider/nsfileprovidererror/filenamecollision.md)
- [noSuchItem](fileprovider/nsfileprovidererror/nosuchitem.md)
- [notAuthenticated](fileprovider/nsfileprovidererror/notauthenticated.md)
- [pageExpired](fileprovider/nsfileprovidererror/pageexpired.md)
- [serverUnreachable](fileprovider/nsfileprovidererror/serverunreachable.md)
- [syncAnchorExpired](fileprovider/nsfileprovidererror/syncanchorexpired.md)
- [directoryNotEmpty](fileprovider/nsfileprovidererror/directorynotempty.md)
- [providerNotFound](fileprovider/nsfileprovidererror/providernotfound.md)
- [providerTranslocated](fileprovider/nsfileprovidererror/providertranslocated.md)
- [olderExtensionVersionRunning](fileprovider/nsfileprovidererror/olderextensionversionrunning.md)
- [newerExtensionVersionFound](fileprovider/nsfileprovidererror/newerextensionversionfound.md)
- [nonEvictable](fileprovider/nsfileprovidererror/nonevictable.md)
- [nonEvictableChildren](fileprovider/nsfileprovidererror/nonevictablechildren.md)
- [unsyncedEdits](fileprovider/nsfileprovidererror/unsyncededits.md)
