Contents

diskQuotaExceeded

Disk quota exceeded.

Declaration

static var diskQuotaExceeded: Errno { get }

Mentioned in

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