\Guzzle\Http\ExceptionCurlException

cURL request exception

Summary

Methods
Properties
Constants
setRequest()
getRequest()
setError()
setCurlHandle()
getCurlHandle()
getError()
getErrorNo()
getCurlInfo()
setCurlInfo()
No public properties found
No constants found
No protected methods found
$request
N/A
No private methods found
$curlError
$curlErrorNo
$handle
$curlInfo
N/A

Properties

$curlError

$curlError : 

Type

$curlErrorNo

$curlErrorNo : 

Type

$handle

$handle : 

Type

$curlInfo

$curlInfo : 

Type

Methods

setError()

setError(string  $error, integer  $number) : self

Set the cURL error message

Parameters

string $error

Curl error

integer $number

Curl error number

Returns

self

setCurlHandle()

setCurlHandle(\Guzzle\Http\Curl\CurlHandle  $handle) : self

Set the associated curl handle

Parameters

\Guzzle\Http\Curl\CurlHandle $handle

Curl handle

Returns

self

getCurlHandle()

getCurlHandle() : \Guzzle\Http\Curl\CurlHandle|null

Get the associated cURL handle

Returns

\Guzzle\Http\Curl\CurlHandle|null

getError()

getError() : string|null

Get the associated cURL error message

Returns

string|null

getErrorNo()

getErrorNo() : integer|null

Get the associated cURL error number

Returns

integer|null

getCurlInfo()

getCurlInfo() : array

Returns curl information about the transfer

Returns

array

setCurlInfo()

setCurlInfo(array  $info) : self

Set curl transfer information

Parameters

array $info

Array of curl transfer information

Returns

self