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

# Functions

Handled swallows the provided error and hides it from the Cause()/Unwrap() interface, and thus the Is() facility that identifies causes.
HandledWithMessage is like Handled except the message is overridden.
HandledWithMessagef is like HandledWithMessagef except the message is formatted.
HandledWithSafeMessage is like Handled except the message is overridden.