Expand description
Error helper functions for rocketmq-remoting
This module provides convenient helper functions to create unified errors for common remoting scenarios.
Functionsยง
- abort_
process_ error - Create an abort process error
- channel_
recv_ failed - Create a channel receive request failed error
- channel_
send_ failed - Create a channel send request failed error
- connection_
invalid - Create a connection invalid error
- decoder_
error - Create a remoting command decoder error
- decoding_
error - Create a decoding error
- deserialize_
header_ error - Create a deserialize header error
- encoder_
error - Create a remoting command encoder error
- illegal_
argument - Create an illegal argument error
- io_
error - Create an I/O error from std::io::Error
- remote_
error - Create a remote error
- unsupported_
serialize_ type - Create an unsupported serialize type error