MCPcopy Create free account
hub / github.com/cockroachdb/errors / Error

Method Error

domains/domains_test.go:251–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249var _ errbase.Formatter = (*werrFmt)(nil)
250
251func (e *werrFmt) Error() string { return fmt.Sprintf("%s: %v", e.msg, e.cause) }
252func (e *werrFmt) Unwrap() error { return e.cause }
253func (e *werrFmt) Format(s fmt.State, verb rune) { errbase.FormatError(e, s, verb) }
254func (e *werrFmt) FormatError(p errbase.Printer) error {

Callers 2

TestWithDomainFunction · 0.45
TestHandledInDomainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected