Error 0x80072F8E
Value: -2147012722 | 0x80072F8E | 2147954574
What does it mean ?
-
ERROR_INTERNET_LOGIN_FAILURE_DISPLAY_ENTITY_BODY
-
- The MS-Logoff digest header has been returned from the website. This header specifically instructs the digest package to purge credentials for the associated realm. This error will only be returned if
INTERNET_ERROR_MASK_LOGIN_FAILURE_DISPLAY_ENTITY_BODY option has been set; otherwise, ERROR_INTERNET_LOGIN_FAILURE is returned.
- Value: 12174 | 0x2F8E | 0b0010111110001110
-
WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY
-
- Login failed and the client should display the entity body to the user
- Value: 12174 | 0x2F8E | 0b0010111110001110
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
StackOverflow
Other Errors for FACILITY_WIN32