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

Struct myMultiError

markers/markers_test.go:305–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305type myMultiError struct{ cause error }
306
307func (e myMultiError) Error() string { return e.cause.Error() }
308func (e myMultiError) Unwrap() []error { return []error{e.cause} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected