DataSift_StreamConsumer::onError PHP 메소드

onError() 보호된 메소드

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