public function Publisher::getErrors in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Zend\Feed\PubSubHubbubCode
public function getErrors() {
return $this->errors;
}