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

TypeAlias MessageType

errorspb/errors.pb.go:29–29  ·  view source on GitHub ↗

please upgrade the proto package MessageType encodes information regarding the interpretation of an error's message string.

Source from the content-addressed store, hash-verified

27// MessageType encodes information regarding the interpretation of an
28// error's message string.
29type MessageType int32
30
31const (
32 // Keeping zero value as default for backwards compatibility.

Callers 2

encodeWrapperFunction · 0.92
UnmarshalMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected