Expand description
Utility functions for error chain operations.
Functionsยง
- chain_
from_ msg - Creates a new error chain from a string message.
- chain_
from_ multiple - Collects multiple errors into a single error chain.
- chain_
if - Wraps an error with context if it matches a predicate.