clear static method

void clear()

Clears all reported errors.

Implementation

static void clear() {
  _errors.clear();
}