WC_REST_WCCOM_Site_Installer_Error::get_error_message()publicWC 1.0

Get the error message.

Method of the class: WC_REST_WCCOM_Site_Installer_Error{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_REST_WCCOM_Site_Installer_Error = new WC_REST_WCCOM_Site_Installer_Error();
$WC_REST_WCCOM_Site_Installer_Error->get_error_message();

WC_REST_WCCOM_Site_Installer_Error::get_error_message() code WC 9.4.2

public function get_error_message() {
	return $this->error_message;
}