resetErrorCount static method
Resets the count of errors used by dumpErrorToConsole to decide whether to show a complete error message or an abbreviated one.
After this is called, the next error message will be shown in full.
Implementation
static void resetErrorCount() {
_errorCount = 0;
}