You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that Microsoft platforms return empty string from HCHttpCallResponseGetPlatformNetworkErrorMessage . I suppose platErrCode can be inspected somehow, but it's value is engine specific and will be different between XDK and GDK/WIN32. What is recommended way to get human readable error regardless of the platform?
The text was updated successfully, but these errors were encountered:
Ya, its just for logging/debugging in case the platform sends a debug string. On those platforms, there's no string so its blank. If you want to convert HRESULTs to string for logging, then I would grab a function like this and put it somewhere in your codebase:
I noticed that Microsoft platforms return empty string from
HCHttpCallResponseGetPlatformNetworkErrorMessage
. I supposeplatErrCode
can be inspected somehow, but it's value is engine specific and will be different between XDK and GDK/WIN32. What is recommended way to get human readable error regardless of the platform?The text was updated successfully, but these errors were encountered: