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

Method SafeDetails

errbase/safe_details.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26// telemetry.
27type SafeDetailer interface {
28 SafeDetails() []string
29}
30
31// GetAllSafeDetails collects the safe details from the given error object

Callers 11

encodeWithContextFunction · 0.65
encodeBarrierFunction · 0.65
encodeGrpcStatusFunction · 0.65
getDetailsFunction · 0.65
encodeLeafFunction · 0.65
encodeWrapperFunction · 0.65
encodeLeafFunction · 0.65
encodeWithPrefixFunction · 0.65
encodeWithNewMessageFunction · 0.65
GetReportableStackTraceFunction · 0.65
GetOneLineSourceFunction · 0.65

Implementers 14

withContextcontexttags/with_context.go
barrierErrbarriers/barriers.go
withSafeDetailssafedetails/with_safedetails.go
withDomaindomains/with_domain.go
unimplementedErrorissuelink/unimplemented_error.go
withIssueLinkissuelink/with_issuelink.go
withSecondaryErrorsecondary/with_secondary.go
opaqueLeaferrbase/opaque.go
opaqueWrappererrbase/opaque.go
leafErrorerrutil/redactable.go
withPrefixerrutil/redactable.go
withNewMessageerrutil/redactable.go

Calls

no outgoing calls

Tested by

no test coverage detected