Function Microsoft::XboxStudios::Heimdall::GetCappedError
Defined in File HeimdallError.cpp
Function Documentation
-
std::string Microsoft::XboxStudios::Heimdall::GetCappedError(const long errorCode)
Returns the description of the errorCode with a message capped at 1k chars.
- Parameters
errorCode – The winhttp error code.
- Returns
The message associated with the error code.