Lines Matching refs:errors
43 errors []error member
53 e.errors = append(e.errors, fmt.Errorf(format, args...))
71 if len(ctx.errors) > 0 {
72 return "", ctx.errors[0]
86 if len(ctx.errors) > 0 {
87 return "", ctx.errors[0]
101 if len(ctx.errors) > 0 {
102 return "", ctx.errors[0]
116 if len(ctx.errors) > 0 {
117 return "", ctx.errors[0]
133 if len(ctx.errors) > 0 {
134 return "", ctx.errors[0]