errors.fyi community error code reference
HRESULT_FROM_WIN32_ERROR_TIMEOUT
hresult

Wait timeout (Win32)

The wait operation timed out before the object entered the signalled state. This is the HRESULT encoding of Win32 WAIT_TIMEOUT (258), commonly returned by WaitForSingleObject and related synchronisation APIs.

Numeric value: 2147942658

References

← all namespaces