public function CurlException::getErrorNo

Get the associated cURL error number

Return value

int

File

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

Class

CurlException
cURL request exception

Namespace

Guzzle\Http\Exception

Code

public function getErrorNo() {
  return $this->curlErrorNo;
}