Error 0x800702C0
Value: -2147024192 | 0x800702C0 | 2147943104
What does it mean ?
-
ERROR_FT_READ_RECOVERY_FROM_BACKUP
-
- {Redundant Read}
// To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy.
// This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
- Value: 704 | 0x02C0 | 0b0000001011000000
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