public function CurlException::getError

Get the associated cURL error message

Return value

string|null

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/CurlException.php, line 62

Class

CurlException
cURL request exception

Namespace

Guzzle\Http\Exception

Code

public function getError() {
  return $this->curlError;
}