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:
Code
Means
200
Ok. The operation has been finished successfully
302
Redirection
401
Unauthorized access
403
Access forbidden
404
Requested resource is not found
All status codes with numbers more or equal 400 are error codes.