Apple_Exporter\Workspace::get_errors PHP Method

get_errors() public method

Gets errors encountered during publishing.
Since: 1.0.6
public get_errors ( ) : array
return array
    public function get_errors()
    {
        return apply_filters('apple_news_get_errors', get_post_meta($this->content_id, self::ERRORS_META_KEY), $this->content_id);
    }