reset method

void reset()

Resets the error state.

Implementation

void reset() {
  _error = null;
  _stackTrace = null;
  markDirty();
}