Searched refs:maxErrors (Results 1 – 4 of 4) sorted by relevance
394 const maxErrors = 10399 if len(incorrectOutputDirectoryErrors) > maxErrors {400 more = len(incorrectOutputDirectoryErrors) - maxErrors401 incorrectOutputDirectoryErrors = incorrectOutputDirectoryErrors[:maxErrors]431 if len(creationMessages) > maxErrors {432 creationMessages = creationMessages[:maxErrors]433 …creationMessages = append(creationMessages, fmt.Sprintf("...%v more", len(createdFiles)-maxErrors))
27 const maxErrors = 100 const113 if len(p.errors) >= maxErrors {
29 const maxErrors = 1 const141 if len(p.errors) >= maxErrors {
45 const maxErrors = 10 const788 if atomic.LoadUint32(&numErrs) > maxErrors {998 if len(errs) > maxErrors {3012 if len(errs) > maxErrors {3023 if len(errs) > maxErrors {