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

Struct myOtherMultiError

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

Source from the content-addressed store, hash-verified

308func (e myMultiError) Unwrap() []error { return []error{e.cause} }
309
310type myOtherMultiError struct{ cause error }
311
312func (e myOtherMultiError) Error() string { return e.cause.Error() }
313func (e myOtherMultiError) Unwrap() []error { return []error{e.cause} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected