You are here

protected property SpoolList::$consecutivePendingErrors in Simplenews 8.2

Same name and namespace in other branches
  1. 3.x src/Spool/SpoolList.php \Drupal\simplenews\Spool\SpoolList::consecutivePendingErrors

Count of consecutive SpoolStorageInterface::STATUS_PENDING errors.

These are 'unclassified': it's not known whether there is a global transport failure or if it's a problem with a specific email address. If there are too many in a row then assume it's a global error.

Type: int

File

src/Spool/SpoolList.php, line 49

Class

SpoolList
List of mail spool entries.

Namespace

Drupal\simplenews\Spool

Code

protected $consecutivePendingErrors = 0;