Enum mqtt::packet::PacketError [−][src]
pub enum PacketError<P> where
P: DecodablePacket, {
FixedHeaderError(FixedHeaderError),
VariableHeaderError(VariableHeaderError),
PayloadError(<P as DecodablePacket>::DecodePacketError),
IoError(Error),
TopicNameError(TopicNameError),
}Expand description
Parsing errors for packet
Variants
FixedHeaderError(FixedHeaderError)Tuple Fields of FixedHeaderError
VariableHeaderError(VariableHeaderError)Tuple Fields of VariableHeaderError
PayloadError(<P as DecodablePacket>::DecodePacketError)Tuple Fields of PayloadError
0: <P as DecodablePacket>::DecodePacketErrorIoError(Error)Tuple Fields of IoError
0: ErrorTopicNameError(TopicNameError)Tuple Fields of TopicNameError
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.