Winsock Error Codes - Brought to you by Winsock-Error.com

10069 "Disk quota exceeded."

WSAEDQUOT (Winsock error number: 10069)

Microsoft say this about Winsock error 10069 - WSAEDQUOT:

Ran out of disk quota.

Full details of Winsock TCP error 10069 - WSAEDQUOT:

Berkeley description: 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.

WinSock description: No equivalent. This has no network-relevant analog (although the "inode" reference could refer to a network file system entry).

   
This page is designed to help you to understand Winsock TCP error 10069. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10069, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10069 (WSAEDQUOT):

C#
long WSAEDQUOT = 10069 ;

VB.net
Dim WSAEDQUOT As Long = 10069

VB6
Dim WSAEDQUOT As Long
WSAEDQUOT = 10069