# Functions
No description provided by the author
No description provided by the author
NoerrCallToDo returns if we have the _exception case_, aka, func (noerr bool) where these handlers are called even normally only error handlers are called, i.e.
No description provided by the author
Pipeline is a helper to call several error handlers in a sequence.
PreProcess is currently used for err2 API like err2.Handle and .Catch.
Process executes error handling logic.
No description provided by the author
WorkToDo returns if there is something to process.
# Constants
Wrapping is best default because we can be in the situation where we have received meaningful sentinel error which we need to wrap, even automatically.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author