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

TypeAlias MessageType

errbase/encode.go:431–431  ·  view source on GitHub ↗

MessageType is used to encode information about an error message within a wrapper error type. This information is used to affect display logic.

Source from the content-addressed store, hash-verified

429// within a wrapper error type. This information is used to affect
430// display logic.
431type MessageType errorspb.MessageType
432
433// Values below should match the ones in errorspb.MessageType for
434// direct conversion.

Callers 2

encode.goFile · 0.70
decodeWrapperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected