For @retry_on(ConnectionError, attempts=3), what must retry_on(...) return?

from Decorators
Python 3.14 intermediate 1 min

For @retry_on(ConnectionError, attempts=3), what must retry_on(...) return?

Report an error