errors.fyi community error code reference
E_HANDLE
hresult

Invalid handle

The handle is not valid. Returned when a kernel object handle (file, event, mutex, etc.) passed to a function has been closed, was never valid, or belongs to a different process.

Numeric value: 2147942406

References

โ† all namespaces for E_HANDLE