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

Struct withMark

markers/markers.go:236–239  ·  view source on GitHub ↗

withMark carries an explicit mark.

Source from the content-addressed store, hash-verified

234
235// withMark carries an explicit mark.
236type withMark struct {
237 cause error
238 mark errorMark
239}
240
241var _ error = (*withMark)(nil)
242var _ fmt.Formatter = (*withMark)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected