---
title: diskQuotaExceeded
framework: system
role: symbol
role_heading: Type Property
path: system/errno/diskquotaexceeded
---

# diskQuotaExceeded

Disk quota exceeded.

## Declaration

```swift
static var diskQuotaExceeded: Errno { get }
```

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion A write to an ordinary file, the creation of a directory or symbolic link, or the creation of a directory entry failed because the user’s quota of disk blocks was exhausted, or the allocation of an inode for a newly created file failed because the user’s quota of inodes was exhausted. The corresponding C error is EDQUOT.

## See Also

### File System Errors

- [badFileTypeOrFormat](system/errno/badfiletypeorformat.md)
- [directoryNotEmpty](system/errno/directorynotempty.md)
- [noSpace](system/errno/nospace.md)
- [readOnlyFileSystem](system/errno/readonlyfilesystem.md)
- [tooManyLinks](system/errno/toomanylinks.md)
- [tooManyOpenFilesInSystem](system/errno/toomanyopenfilesinsystem.md)
- [tooManyOpenFiles](system/errno/toomanyopenfiles.md)
