MCPcopy
hub / github.com/sourcegraph/checkup / Errors

TypeAlias Errors

types/errors.go:8–8  ·  view source on GitHub ↗

Errors is an error type that concatenates multiple errors.

Source from the content-addressed store, hash-verified

6
7// Errors is an error type that concatenates multiple errors.
8type Errors []error
9
10// Error returns a string containing all the errors in e.
11func (e Errors) Error() string {

Callers 2

SendMethod · 0.92
TestErrorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected