fsNetworkHttpRequestGetErrorCode

The fsNetworkHttpRequestGetErrorCode function will retrieve the error code assciated with the given request.

 

Syntax
int fsNetworkHttpRequestGetErrorCode(
    FsNetworkRequestId requestId
);

 

Members
Parameters Description
requestId The request ID to get the data from.
 
Return Values

This function will returns a valid HTTP error code. Note that it may return 0 - or a negative value - if the function is called too soon, or if the request failed.

 

Remarks

N/A

 

See Also