Automattic\WooCommerce\Database\Migrations
TableMigrator::get_errors
Get the list of error messages added.
Method of the class: TableMigrator{}
No Hooks.
Returns
Array.
Usage
// protected - for code of main (parent) or child class $result = $this->get_errors(): array;
TableMigrator::get_errors() TableMigrator::get errors code WC 10.6.2
protected function get_errors(): array {
return $this->errors;
}