Get the last error number that occurred on the cURL handle
int
public function getErrorNo() { if ($this->errorNo) { return $this->errorNo; } return $this ->isAvailable() ? curl_errno($this->handle) : CURLE_OK; }