Errored constant

int const Errored

Errored means that the change detector encountered an error checking a binding or calling a directive lifecycle method and is now in an inconsistent state. Change detectors in this state will no longer detect changes.

Implementation

static const int Errored = 2;