Error handling
This commit is contained in:
@@ -8,6 +8,9 @@ use crate::packet::mqtt_packet::Packet;
|
||||
pub enum NetworkError {
|
||||
Connection,
|
||||
Unknown,
|
||||
QoSAck,
|
||||
IDNotMatchedOnAck,
|
||||
NoMatchingSubs,
|
||||
}
|
||||
|
||||
pub trait Network {
|
||||
|
||||
Reference in New Issue
Block a user