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§
- Into
BotError - 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.