Error 0x80072EE6

Value: -2147012890 | 0x80072EE6 | 2147954406

What does it mean ?

ERROR_INTERNET_UNRECOGNIZED_SCHEME  
The URL scheme could not be recognized, or is not supported.
Value: 12006 | 0x2EE6 | 0b0010111011100110
WININET_E_UNRECOGNIZED_SCHEME  
The URL does not use a recognized protocol
Value: 12006 | 0x2EE6 | 0b0010111011100110
ERROR_WINHTTP_UNRECOGNIZED_SCHEME  
The URL does not use a recognized protocol
Value: 12006 | 0x2EE6 | 0b0010111011100110

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