StatusCode property

Read-only.
This property are set after FetchData call. It contains the http status code returned by Web server. The zero value means that any tcpip error occured.
The following table contains some frequently used codes defined for HTTP protocol:

CodeMeans
200Ok. The operation has been finished successfully
302Redirection
401Unauthorized access
403Access forbidden
404Requested resource is not found

All status codes with numbers more or equal 400 are error codes.

See also

StatusString