Curl::getReason()

Get the error message.


Return

(string)


Source

File: wp-includes/Requests/src/Exception/Transport/Curl.php

	public function getReason() {
		return $this->reason;
	}