Enum modbus_protocol::exception_code::Reason [−][src]
pub enum Reason {
UnexpectedReplySize,
BytecountNotEven,
SendBufferEmpty,
RecvBufferEmpty,
SendBufferTooBig,
DecodingError,
EncodingError,
InvalidByteorder,
InvalidRequestParameter,
Custom(String),
}
Expand description
InvalidData
reasons
Variants
Tuple Fields of Custom
0: String