package
1.2.4
Repository: https://github.com/interspace/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.