Error 0x80072EEF

Value: -2147012881 | 0x80072EEF | 2147954415

What does it mean ?

ERROR_INTERNET_LOGIN_FAILURE  
The request to connect and log on to an FTP server failed.
Value: 12015 | 0x2EEF | 0b0010111011101111
WININET_E_LOGIN_FAILURE  
The login request was denied
Value: 12015 | 0x2EEF | 0b0010111011101111
ERROR_WINHTTP_LOGIN_FAILURE  
The login request was denied
Value: 12015 | 0x2EEF | 0b0010111011101111

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