Module error

Source
Expand description

Error types and aggregate types

Structs§

Error
A slim, abstract error type
Memory
Some buffer is out of memory

Enums§

Data
Some MQTT data is invalid
Decoding
A general decoding-related error

Type Aliases§

DataError
Error<Data>
DecoderError
Error<Decoding>
MemoryError
Error<Memory>