Class PHPCrawlerRequestErrors

Description

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

Located in /libs/PHPCrawler/Enums/PHPCrawlerRequestErrors.class.php (line 7)


	
			
Class Constant Summary
Class Constants
ERROR_HOST_UNREACHABLE = 2 (line 17)

Error-Code: Host not reachable

ERROR_NO_HTTP_HEADER = 3 (line 22)

Error-Code: Host didn't respond with a valid HTTP-header.

ERROR_PROXY_UNREACHABLE = 6 (line 37)

Error-Code: Proxy not reachable

ERROR_SOCKET_TIMEOUT = 5 (line 32)

Error-Code: Socket timed out while reading data.

ERROR_SSL_NOT_SUPPORTED = 1 (line 12)

Error-Code: SSL/HTTPS not supported (probably openssl-extension not installed)

ERROR_TMP_FILE_NOT_WRITEABLE = 4 (line 27)

Error-Code: Could not write or create TMP-file.

Documentation generated on Sun, 20 Jan 2013 21:18:50 +0200 by phpDocumentor 1.4.4