Module error

Source
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§

ErrorResponse
Error response for API

Enums§

Error
Main error type for Universal Bot

Traits§

ErrorContext
Extension trait for converting errors with context

Type Aliases§

Result
Result type alias using our Error type