Get the associated cURL error number
Return value
int|null
File
- drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/CurlException.php, line 72
Class
- CurlException
- cURL request exception
Namespace
Guzzle\Http\Exception
Code
public function getErrorNo() {
return $this->curlErrorNo;
}