Error 0x80072F7C

Value: -2147012740 | 0x80072F7C | 2147954556

What does it mean ?

ERROR_HTTP_REDIRECT_FAILED  
The redirection failed because either the scheme changed (for example, HTTP to FTP) or all attempts made to redirect failed (default is five attempts).
Value: 12156 | 0x2F7C | 0b0010111101111100
WININET_E_REDIRECT_FAILED  
The redirection failed because either the scheme changed (for example, HTTP to FTP) or all attempts made to redirect failed (default is five attempts).
Value: 12156 | 0x2F7C | 0b0010111101111100
ERROR_WINHTTP_REDIRECT_FAILED  
The redirection failed because either the scheme changed (for example, HTTP to FTP) or all attempts made to redirect failed (default is five attempts).
Value: 12156 | 0x2F7C | 0b0010111101111100

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