Module error

Module error 

Source
Expand description

This module contains all errors

Structs§

HaltedError
Error returned when Streaming an [Inbox].
SendError
Error returned when sending a message into a channel.
SpawnError
An error returned when spawning more processes onto a channel.

Enums§

ExitError
An error returned from an exiting process.
RecvError
Error returned when receiving a message from an inbox.
TryRecvError
Error returned when receiving a message from an inbox.
TrySendError
An error returned when trying to send a message into a channel.
TrySpawnError
An error returned when trying to spawn more processes onto a channel