Error 0x80071764

Value: -2147018908 | 0x80071764 | 2147948388

What does it mean ?

ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED  
// The operation failed because token delegation for this control is not supported.
Value: 5988 | 0x1764 | 0b0001011101100100

Where does it come from ?

FACILITY_WIN32  
Provides a way to handle error codes from functions in the Win32 API as an HRESULT. (Error codes in 16 - bit OLE that duplicated Win32 error codes have also been changed to FACILITY_WIN32)
Value: 7 | 0x007 | 0b00000111

Other Errors for FACILITY_WIN32