DataSift_StreamConsumer::onError PHP Method

onError() protected method

This is called when an error notification is received on a stream connection.
protected onError ( string $message ) : void
$message string The error message
return void
    protected function onError($message)
    {
        $this->_eventHandler->onError($this, $message);
    }