This package contains an adapter decorator that causes instrumented failures. This is useful for
when you want to make sure your application code can deal with failures gracefully.
Use the chaos adapter decorator to wrap your actual adapter and instruct it to throw errors. Use
it to validate retry mechanisms, logging, and metric collection to gain better insights into the
functioning of your application.