Elastica\Exception\ElasticsearchException::isRemoteTransportException PHP Method

isRemoteTransportException() public method

Returns whether exception was local to server node or remote.
    public function isRemoteTransportException()
    {
        return $this->_isRemote;
    }