Elastica\Exception\ElasticsearchException::isRemoteTransportException PHP Метод

isRemoteTransportException() публичный Метод

Returns whether exception was local to server node or remote.
public isRemoteTransportException ( ) : boolean
Результат boolean
    public function isRemoteTransportException()
    {
        return $this->_isRemote;
    }