Error 0x80072EF3

Value: -2147012877 | 0x80072EF3 | 2147954419

What does it mean ?

ERROR_INTERNET_INCORRECT_HANDLE_STATE  
The requested operation cannot be carried out because the handle supplied is not in the correct state.
Value: 12019 | 0x2EF3 | 0b0010111011110011
WININET_E_INCORRECT_HANDLE_STATE  
The handle is in the wrong state for the requested operation
Value: 12019 | 0x2EF3 | 0b0010111011110011
ERROR_WINHTTP_INCORRECT_HANDLE_STATE  
The handle is in the wrong state for the requested operation
Value: 12019 | 0x2EF3 | 0b0010111011110011

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