Operating System Error 1360 to Operating System Error 1379 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 1360 to Operating System Error 1379
The Operating System Error 1360(Generic access types were contained in an access mask which shouldalready be mapped to nongeneric types.)ERROR_GENERIC_NOT_MAPPED
The Operating System Error 1361(A security descriptor is not in the right format (absolute orself-relative).)ERROR_BAD_DESCRIPTOR_FORMAT
The Operating System Error 1362(The requested action is restricted for use by logon processes only.The calling process has not registered as a logon process.)ERROR_NOT_LOGON_PROCESS
The Operating System Error 1363(Cannot start a new logon session with an ID that is already in use.)ERROR_LOGON_SESSION_EXISTS
The Operating System Error 1364(A specified authentication package is unknown.)ERROR_NO_SUCH_PACKAGE
The Operating System Error 1365(The logon session is not in a state that is consistent with therequested operation.)ERROR_BAD_LOGON_SESSION_STATE
The Operating System Error 1366(The logon session ID is already in use.)ERROR_LOGON_SESSION_COLLISION
The Operating System Error 1367(A logon request contained an invalid logon type value.)ERROR_INVALID_LOGON_TYPE
The Operating System Error 1368(Unable to impersonate using a named pipe until data has been readfrom that pipe.)ERROR_CANNOT_IMPERSONATE
The Operating System Error 1369(The transaction state of a registry subtree is incompatible with therequested operation.)ERROR_RXACT_INVALID_STATE
The Operating System Error 1370(An internal security database corruption has been encountered.)ERROR_RXACT_COMMIT_FAILURE
The Operating System Error 1371(Cannot perform this operation on built-in accounts.)ERROR_SPECIAL_ACCOUNT
The Operating System Error 1372(Cannot perform this operation on this built-in special group.)ERROR_SPECIAL_GROUP
The Operating System Error 1373(Cannot perform this operation on this built-in special user.)ERROR_SPECIAL_USER
The Operating System Error 1374(The user cannot be removed from a group because the group iscurrently the user’s primary group.)ERROR_MEMBERS_PRIMARY_GROUP
The Operating System Error 1375(The token is already in use as a primary token.)ERROR_TOKEN_ALREADY_IN_USE
The Operating System Error 1376(The specified local group does not exist.)ERROR_NO_SUCH_ALIAS
The Operating System Error 1377(The specified account name is not a member of the local group.)ERROR_MEMBER_NOT_IN_ALIAS
The Operating System Error 1378(The specified account name is already a member of the local group.)ERROR_MEMBER_IN_ALIAS
The Operating System Error 1379(The specified local group already exists.)ERROR_ALIAS_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.