Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ MessageFromHresultError
Method
MessageFromHresultError
ProgramLog/error/winrt.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
std::wstring Error::MessageFromHresultError(const winrt::hresult_error &error)
57
{
58
return MessageFromIRestrictedErrorInfo(error.try_as<IRestrictedErrorInfo>().get(), error.code());
59
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected