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.
Source
static void resetErrorCount() { _errorCount = 0; }