PHP 클래스 Elastica\Exception\Connection\HttpException

저자: Nicolas Ruflin ([email protected])
상속: extends Elastica\Exception\ConnectionException
파일 보기 프로젝트 열기: ruflin/elastica

보호된 프로퍼티들

프로퍼티 타입 설명
$_error Error code / message.

공개 메소드들

메소드 설명
__construct ( integer | string $error, Request $request = null, Response $response = null ) Construct Exception.
getError ( ) : string Return Error code / message.
getErrorMessage ( string $error ) : string Returns the error message corresponding to the error code cUrl error code reference can be found here {@link http://curl.haxx.se/libcurl/c/libcurl-errors.html}.

메소드 상세

__construct() 공개 메소드

Construct Exception.
public __construct ( integer | string $error, Request $request = null, Response $response = null )
$error integer | string Error
$request Elastica\Request
$response Elastica\Response

getError() 공개 메소드

Return Error code / message.
public getError ( ) : string
리턴 string Error code / message

getErrorMessage() 공개 메소드

Returns the error message corresponding to the error code cUrl error code reference can be found here {@link http://curl.haxx.se/libcurl/c/libcurl-errors.html}.
public getErrorMessage ( string $error ) : string
$error string Error code
리턴 string Error message

프로퍼티 상세

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

Error code / message.
protected $_error