Lines Matching refs:errs
49 errs []error member
73 return nil, unpackContext.errs
83 if len(unpackContext.errs) >= maxUnpackErrors {
84 return nil, unpackContext.errs
99 if len(unusedNames) == 0 && len(unpackContext.errs) == 0 {
116 ctx.errs = append(ctx.errs, &UnpackError{
121 return ctx.errs
125 nOldErrors := len(ctx.errs)
168 return len(ctx.errs) == nOldErrors
179 ctx.errs = append(ctx.errs, e)
180 return len(ctx.errs) < maxUnpackErrors
292 if len(ctx.errs) >= maxUnpackErrors {
299 if len(ctx.errs) >= maxUnpackErrors {