Module utils

Module utils 

Source
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.