Error 0x80072EE7

Value: -2147012889 | 0x80072EE7 | 2147954407

What does it mean ?

ERROR_INTERNET_NAME_NOT_RESOLVED  
The server name could not be resolved.
Value: 12007 | 0x2EE7 | 0b0010111011100111
WININET_E_NAME_NOT_RESOLVED  
The server name or address could not be resolved
Value: 12007 | 0x2EE7 | 0b0010111011100111
ERROR_WINHTTP_NAME_NOT_RESOLVED  
The server name or address could not be resolved
Value: 12007 | 0x2EE7 | 0b0010111011100111

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