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

Struct werrFmt

assert/assert_test.go:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126type werrFmt struct {
127 cause error
128 msg string
129}
130
131var _ errbase.Formatter = (*werrFmt)(nil)
132

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected