[][src]Module bastion::errors

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