Expand description
Error types used throughout the library
All error types used in the library. Re-exports all error types in one convenient location for error handling.
use mqtt_typed_client_core::errors::*;
Enumsยง
- Message
Conversion Error - Errors that occur during message conversion from MQTT topics.
- Mqtt
Client Error - Errors that can occur in MQTT client operations
- Subscription
Error - Errors during subscription operations
- Topic
Error - Comprehensive error type for all topic-related operations
- Topic
Matcher Error - Errors that can occur during topic matching operations
- Topic
Pattern Error - Error types for topic pattern parsing
- Topic
Router Error - Errors that can occur during topic routing operations