Constants |
public
|
INVALID_ARGUMENT = 1
An invalid argument was passed to a method
An invalid argument was passed to a method
|
#
|
public
|
MISSING_VALUE = 2
Some required value was not available
Some required value was not available
|
#
|
public
|
MISCONFIGURATION = 3
Request cannot be processed due to errors in PHP configuration
Request cannot be processed due to errors in PHP configuration
|
#
|
public
|
READ_ERROR = 4
Error reading the local file
Error reading the local file
|
#
|
public
|
MALFORMED_RESPONSE = 10
Server returned a response that does not conform to HTTP protocol
Server returned a response that does not conform to HTTP protocol
|
#
|
public
|
DECODE_ERROR = 20
Failure decoding Content-Encoding or Transfer-Encoding of response
Failure decoding Content-Encoding or Transfer-Encoding of response
|
#
|
public
|
TIMEOUT = 30
Operation timed out
|
#
|
public
|
TOO_MANY_REDIRECTS = 40
Number of redirects exceeded 'max_redirects' configuration parameter
Number of redirects exceeded 'max_redirects' configuration parameter
|
#
|
public
|
NON_HTTP_REDIRECT = 50
Redirect to a protocol other than http(s)://
Redirect to a protocol other than http(s)://
|
#
|