addError method

void addError(
  1. Exception error
)

Implementation

void addError(Exception error) {
  _errors.add(error);
  update();
}