You are here

public function Subscriber::getErrors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php \Zend\Feed\PubSubHubbub\Subscriber::getErrors()

Return an array of errors met from any failures, including keys: 'response' => the Zend\Http\Response object from the failure 'hubUrl' => the URL of the Hub Server whose notification failed

Return value

array

File

vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php, line 580

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

public function getErrors() {
  return $this->errors;
}