errors.fyi community error code reference
HRESULT_FROM_WIN32_ERROR_FILE_NOT_FOUND
hresult

File not found (Win32)

The system cannot find the specified file. This is the HRESULT encoding of Win32 ERROR_FILE_NOT_FOUND (2), produced by HRESULT_FROM_WIN32 and commonly encountered in shell and file system APIs.

Numeric value: 2147942402

References

← all namespaces