Searched refs:maxErrorCount (Results 1 – 1 of 1) sorted by relevance
41 constexpr unsigned short maxErrorCount{6}; variable67 if (errorCount < maxErrorCount) in execute()75 if (++errorCount >= maxErrorCount) in execute()