Determine if an error occurred with the request. Errors are considered to be server timeouts as well as any status code outside of the range 200-399.
This method does not receive any parameters.
Returns true for server timeouts as well as any status code outside of the range 200-399; otherwise, it returns false.
Version | Description |
---|---|
4.5 | Available for all editions. |
This method must be called after the file is scraped.
If you want to know what the status code was you can use getStatusCode.