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

Struct werrFmt

barriers/barriers_test.go:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200type werrFmt struct {
201 cause error
202 msg string
203}
204
205var _ errbase.Formatter = (*werrFmt)(nil)
206

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected