MCPcopy 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
56std::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

getMethod · 0.80

Tested by

no test coverage detected