//! Error types for the BotRS library.
//!
//! This module defines all the error types that can occur when using the BotRS framework.
/// A specialized Result type for BotRS operations.
pub type Result<T> = Result;
pub use ;
pub use *;
pub use http_error_from_status;
pub use SdkError;
pub use ;