mirror of https://github.com/microsoft/WSL
Add WININET_E_TIMEOUT to g_commonErrors (#13506)
This commit is contained in:
parent
259ec4e5a9
commit
7b17a7a7ab
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue