Functionsยง
- catch
- Catch an error from an asynchronous function, passing it to the error logger.
- catch_
context - Catch an error from an asynchronous function, passing it to the error logger with a static context.
- catch_
with_ context - Catch an error from an asynchronous function, passing it to the error logger with a context lazily evaluated from a closure.