Variable ParserConfig.errorCount

An optional pointer to a variable receiving the error count.

struct ParserConfig
{
  // ...
  uint* errorCount ;
  // ...
}