Skip to main content

Module error

Module error 

Source
Expand description

Error types for the BotRS library.

This module defines all the error types that can occur when using the BotRS framework.

Enums§

BotError
The main error type for BotRS operations.

Traits§

IntoBotError
Extension trait for converting generic errors to BotError.

Functions§

http_error_from_status
Maps HTTP status codes to specific error types.

Type Aliases§

Result
A specialized Result type for BotRS operations.