XblHttpCallGetNetworkErrorCode
Get the network error code of the HTTP call.Syntax
Parameters
call _In_Type: XblHttpCallHandle The handle of the HTTP call. networkErrorCode _Out_
Type: HRESULT* The network error code of the HTTP call. Possible values are S_OK, or E_FAIL. platformNetworkErrorCode _Out_
Type: uint32_t* The platform specific network error code of the HTTP call to be used for tracing / debugging.
