You are here

protected property Subscriber::$errors 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::errors

An array of any errors including keys for 'response', 'hubUrl'. The response is the actual Zend\Http\Response object.

Type: array

File

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

Class

Subscriber

Namespace

Zend\Feed\PubSubHubbub

Code

protected $errors = [];