Description
Represents the outcome of Python function calls as success or error objects. It helps async frameworks, testing tools, and control-flow helpers pass results and exceptions around explicitly.
This is a small developer utility. It can make error handling clearer, but applications still need to decide which exceptions should be retried, reported, or hidden from users.