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

Struct werrFmt

safedetails/safedetails_test.go:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293type werrFmt struct {
294 cause error
295 msg string
296}
297
298var _ errbase.SafeFormatter = (*werrFmt)(nil)
299

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected