DataSift_StreamConsumer::onError PHP Méthode

onError() protected méthode

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