Add WININET_E_TIMEOUT to g_commonErrors (#13506)

This commit is contained in:
Blue 2025-09-22 20:32:12 +00:00 committed by GitHub
parent 259ec4e5a9
commit 7b17a7a7ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ static const std::map<HRESULT, LPCWSTR> g_commonErrors{
X(HCS_E_INVALID_JSON),
X_WIN32(ERROR_INVALID_SECURITY_DESCR),
X(VM_E_INVALID_STATE),
X_WIN32(STATUS_SHUTDOWN_IN_PROGRESS)};
X_WIN32(STATUS_SHUTDOWN_IN_PROGRESS),
X(WININET_E_TIMEOUT)};
#undef X