PHP 클래스 Elastica\Exception\Bulk\ResponseException

상속: extends Elastica\Exception\BulkException
파일 보기 프로젝트 열기: ruflin/elastica 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_actionExceptions Elastica\Exception\Bulk\Response\ActionException[]
$_responseSet ResponseSet object

공개 메소드들

메소드 설명
__construct ( ResponseSet $responseSet ) Construct Exception.
getActionExceptions ( ) : Elastica\Exception\Bulk\Response\ActionException[]
getActionExceptionsAsString ( ) : string
getFailures ( ) : array Returns array of failed actions.
getResponseSet ( ) : ResponseSet Returns bulk response set object.

보호된 메소드들

메소드 설명
_init ( ResponseSet $responseSet )

메소드 상세

__construct() 공개 메소드

Construct Exception.
public __construct ( ResponseSet $responseSet )
$responseSet Elastica\Bulk\ResponseSet

_init() 보호된 메소드

protected _init ( ResponseSet $responseSet )
$responseSet Elastica\Bulk\ResponseSet

getActionExceptions() 공개 메소드

public getActionExceptions ( ) : Elastica\Exception\Bulk\Response\ActionException[]
리턴 Elastica\Exception\Bulk\Response\ActionException[]

getActionExceptionsAsString() 공개 메소드

getFailures() 공개 메소드

Returns array of failed actions.
public getFailures ( ) : array
리턴 array Array of failed actions

getResponseSet() 공개 메소드

Returns bulk response set object.
public getResponseSet ( ) : ResponseSet
리턴 Elastica\Bulk\ResponseSet

프로퍼티 상세

$_actionExceptions 보호되어 있는 프로퍼티

protected ActionException[],Elastica\Exception\Bulk\Response $_actionExceptions
리턴 Elastica\Exception\Bulk\Response\ActionException[]

$_responseSet 보호되어 있는 프로퍼티

ResponseSet object
protected $_responseSet