Expand description
§Error Types
This module defines the error types used throughout the MQTT client library, providing detailed information about potential failures, from transport issues to protocol violations.
Structs§
- ErrorPlace Holder 
- A placeholder error type used in generic contexts where the specific transport
error is not yet known. This is a common pattern for implementing encodemethods that need to return aResultcompatible with the client’s error type.
Enums§
- ConnectReason Code 
- Represents the reason codes for a connection refusal (CONNACK).
- MqttError 
- The primary error enum for the MQTT client.
- ProtocolError 
- Enumerates specific MQTT protocol errors.