Module errors

Source
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ยง

MessageConversionError
Errors that occur during message conversion from MQTT topics.
MqttClientError
Errors that can occur in MQTT client operations
SubscriptionError
Errors during subscription operations
TopicError
Comprehensive error type for all topic-related operations
TopicMatcherError
Errors that can occur during topic matching operations
TopicPatternError
Error types for topic pattern parsing
TopicRouterError
Errors that can occur during topic routing operations