CALL "HttpGetReturnCode" USING http-return-code GIVING status-code.
http-return-code | A three-digit RFC2616 compliant http status code. |
status-code | A numeric item that, if nonzero, indicates the request encountered an error. In this case, the string representation of the error may be obtained by calling NetGetError. |