| Class | Description |
|---|---|
| MQTT3ConnectionExceptionResolver |
Resolves whether a specific exception's root cause is connectivity related by analysing
the error code provided by the driver.
|
| MQTT3PublishErrorTypes |
Defines the possible errors for the publish operation.
|
| Enum | Description |
|---|---|
| MQTT3Error |
Errors for the
MQTT3Connector |
| Exception | Description |
|---|---|
| MQTT3InvalidClientIDException |
A
ModuleException for the cases in which an invalid client id is provided to identify a connection. |
| MQTT3InvalidTopicException |
A
ModuleException for the cases in which an invalid topic is provided to publish a message. |
| MQTT3PersistenceException |
A
ModuleException for the cases where an error occurred while reading/writing
persistent data for reliable messaging. |
| MQTT3PublishException |
A
ModuleException for the cases in which an error arises while publishing a message to a topic. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.