[][src]Module teloxide::error_handlers

Convenient error handling.

Structs

IgnoringErrorHandler

A handler that silently ignores all errors.

IgnoringErrorHandlerSafe

A handler that silently ignores all errors that can never happen (e.g.: ! or Infallible).

LoggingErrorHandler

A handler that log all errors passed into it.

Traits

ErrorHandler

An asynchronous handler of an error.

OnError

Something that can be handled by an error handler.