Expand description
Unified error system for RocketMQ Rust implementation
This module provides a centralized, semantic, and performant error handling system for all RocketMQ operations. All errors are categorized into logical groups for better debuggability and maintainability.
Enums§
- Client
Error Deprecated - Common
Error Deprecated - Network
Error - Network operation errors
- Protocol
Error - Protocol validation and processing errors
- RocketMQ
Error - Main error type for all RocketMQ operations
- Serialization
Error - Serialization/Deserialization errors
- Service
Error - Service lifecycle errors
- Tools
Error - Tools-specific errors for admin operations
Type Aliases§
- Result
- Alias for anyhow::Result for internal use
- RocketMQ
Result - Result type alias for RocketMQ operations