()
| 394 | } |
| 395 | |
| 396 | func (e *AggregateError) Error() string { |
| 397 | return fmt.Sprintf("aggregate error: one or more operation failed") |
| 398 | } |
| 399 | |
| 400 | // Add adds an error to the aggregate |
| 401 | func (e *AggregateError) Add(id string, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected