You are here

public function Publisher::getErrors in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php \Zend\Feed\PubSubHubbub\Publisher::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/Publisher.php, line 361

Class

Publisher

Namespace

Zend\Feed\PubSubHubbub

Code

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