[go: up one dir, main page]

Module errors

Module errors 

Source
Expand description

Describes the error types that may happen within bastion. Given Bastion has a let it crash strategy, most error aren’t noticeable. A ReceiveError may however be raised when calling try_recv() or try_recv_timeout() More errors may happen in the future.

Enums§

ReceiveError
These errors happen when try_recv or try_recv_timeout are invoked
SendError
SendErrors occur when a message couldn’t be dispatched through a distributor