package
1.11.3
Repository: https://github.com/cockroachdb/errors.git
Documentation: pkg.go.dev

# Constants

FULL_MESSAGE is a complete error message that can be displayed without its cause.
Keeping zero value as default for backwards compatibility.

# Variables

# Structs

EncodedError is the wire-encodable representation of an error (or error cause chain).
EncodedErrorLeaf is the wire-encodable representation of an error leaf or a multi-cause wrapper from go 1.20+.
EncodedWrapper is the wire-encodable representation of an error wrapper.
ErrnoPayload is used to encode the payload of syscall.Errno errors.
ErrorTypeMark identifies an error type for the purpose of determining error equivalences and looking up decoder functions.
MarkPayload is the error payload for a forced marker.
StringsPayload is used to encode the payload of certain error types.
TagsPayload is the error payload for a WithContext marker.
TestError is meant for use in testing only.

# Type aliases

MessageType encodes information regarding the interpretation of an error's message string.