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