reset method

void reset()

This method resets this instance to a default state

Implementation

void reset() {
  showInternalServerErrors = true;
  showNetworkErrors = true;
  showValidationErrors = true;
}