MCPcopy Index your code
hub / github.com/cockroachdb/errors / wrapElideCauses

Struct wrapElideCauses

errbase/format_error_internal_test.go:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type wrapElideCauses struct {
40 override string
41 causes []error
42}
43
44func NewWrapElideCauses(override string, errors ...error) error {
45 return &wrapElideCauses{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected