Module bmrng::error[][src]

The errors produced by this crate

Structs

RespondError

Error thrown when a Responder fails to respond. The channel was closed by the receiver, the original request sender

SendError

Error thrown when a RequestSender::send() or UnboundedRequestSender::send() call fails because the channel is closed

Enums

ReceiveError

Errors that can occur when a ResponseReceiver is

RequestError

Errors that can occur when a RequestReceiver or UnboundedReceiver handles a request