Operating System Error 1265 to Operating System Error 1318 for SQL Server

As a SQL Server DBA, there are various occasions where SQL Server returns Operating System errors as it causes some failure performing certain SQL Server operations. Below are Operating System Errors from Error 1265 to Operating System Error 1318
The Operating System Error 1265(The system detected a possible attempt to compromise security. Please ensurethat you can contact the server that authenticated you.)ERROR_DOWNGRADE_DETECTED
The Operating System Error 1300(Not all privileges referenced are assigned to the caller.)ERROR_NOT_ALL_ASSIGNED
The Operating System Error 1301(Some mapping between account names and security IDs was not done.)ERROR_SOME_NOT_MAPPED
The Operating System Error 1302(No system quota limits are specifically set for this account.)ERROR_NO_QUOTAS_FOR_ACCOUNT
The Operating System Error 1303(No encryption key is available. A well-known encryption key wasreturned.)ERROR_LOCAL_USER_SESSION_KEY
The Operating System Error 1304(The password is too complex to be converted to a LAN Managerpassword. The LAN Manager password returned is a NULL string.)ERROR_NULL_LM_PASSWORD
The Operating System Error 1305(The revision level is unknown.)ERROR_UNKNOWN_REVISION
The Operating System Error 1306(Indicates two revision levels are incompatible.)ERROR_REVISION_MISMATCH
The Operating System Error 1307(This security ID may not be assigned as the owner of this object.)ERROR_INVALID_OWNER
The Operating System Error 1308(This security ID may not be assigned as the primary group of anobject.)ERROR_INVALID_PRIMARY_GROUP
The Operating System Error 1309(An attempt has been made to operate on an impersonation token by athread that is not currently impersonating a client.)ERROR_NO_IMPERSONATION_TOKEN
The Operating System Error 1310(The group may not be disabled.)ERROR_CANT_DISABLE_MANDATORY
The Operating System Error 1311(There are currently no logon servers available to service the logonrequest.)ERROR_NO_LOGON_SERVERS
The Operating System Error 1312(A specified logon session does not exist. It may already have beenterminated.)ERROR_NO_SUCH_LOGON_SESSION
The Operating System Error 1313(A specified privilege does not exist.)ERROR_NO_SUCH_PRIVILEGE
The Operating System Error 1314(A required privilege is not held by the client.)ERROR_PRIVILEGE_NOT_HELD
The Operating System Error 1315(The name provided is not a properly formed account name.)ERROR_INVALID_ACCOUNT_NAME
The Operating System Error 1316(The specified user already exists.)ERROR_USER_EXISTS
The Operating System Error 1317(The specified user does not exist.)ERROR_NO_SUCH_USER
The Operating System Error 1318(The specified group already exists.)ERROR_GROUP_EXISTS
This is applicable for below versions of Operating Systems
Windows Server 2003
Windows Server 2008 R2
Windows Server 2012
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.