Smile\ElasticsuiteCore\Index\Bulk\BulkResponse::countErrors PHP 메소드

countErrors() 공개 메소드

{@inheritDoc}
public countErrors ( )
    public function countErrors()
    {
        return count($this->getErrorItems());
    }