Error 0x80072F82

Value: -2147012734 | 0x80072F82 | 2147954562

What does it mean ?

ERROR_HTTP_COOKIE_DECLINED  
The HTTP cookie was declined by the server.
Value: 12162 | 0x2F82 | 0b0010111110000010
WININET_E_COOKIE_DECLINED  
A cookie from the server has been declined acceptance
Value: 12162 | 0x2F82 | 0b0010111110000010

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