Searched defs:errAccumulator (Results 1 – 1 of 1) sorted by relevance
351 func checkStack(e *errAccumulator, stk trace.Stack) {369 type errAccumulator struct { struct370 errs []error373 func (e *errAccumulator) Errorf(f string, args ...any) {377 func (e *errAccumulator) Errors() error {