Enum homie_controller::PollError
source · [−]pub enum PollError {
Client(ClientError),
Connection(ConnectionError),
}Expand description
An error encountered while polling a HomieController.
Variants
Client(ClientError)
Error sending to the MQTT broker.
Connection(ConnectionError)
Error connecting to or communicating with the MQTT broker.
Trait Implementations
Performs the conversion.
Performs the conversion.