Class: PHPCrawlerRequestErrors

Contains all possible errorcodes for errors that may appear during a http-request.
Description:

-

Members:

Constants
ERROR_HOST_UNREACHABLEError-Code: Host not reachable
ERROR_NO_HTTP_HEADERError-Code: Host didn't respond with a valid HTTP-header.
ERROR_PROXY_UNREACHABLEError-Code: Proxy not reachable
ERROR_SOCKET_TIMEOUTError-Code: Socket timed out while reading data.
ERROR_SSL_NOT_SUPPORTEDError-Code: SSL/HTTPS not supported (probably openssl-extension not installed)
ERROR_TMP_FILE_NOT_WRITEABLEError-Code: Could not write or create TMP-file.