Expand description
Error types for Universal Bot
This module defines the error types used throughout the Universal Bot framework, following best practices for error handling in Rust.
Structs§
- Error
Response - Error response for API
Enums§
- Error
- Main error type for Universal Bot
Traits§
- Error
Context - Extension trait for converting errors with context
Type Aliases§
- Result
- Result type alias using our Error type