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

Struct unimplementedError

issuelink/unimplemented_error.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type unimplementedError struct {
28 // For now, msg is non-reportable.
29 msg string
30 IssueLink
31}
32
33var _ error = (*unimplementedError)(nil)
34var _ fmt.Formatter = (*unimplementedError)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected