namespace ChannelError
undocumented
Classes
Name | Description |
---|---|
AlreadyBusyReceivingError | Error indicating that an attempt to read from a Channel failed because a read is already ongoing. |
AlreadyBusySendingError | Error indicating that an attempt to send to a Channel failed because a send is already ongoing. |
ChannelClosedError | Error indicating that a Channel is closed when performing an operation. |
ChannelError | The abstract base class/type for Channel Errors. |
ChannelExhaustedError | Error indicating that a Channel is exhausted when performing an operation. |
HandshakeError | Error indicating that a Channel handshake failed. |
InvalidMessageTypeError | Error indicating that a Channel message has an incorrect type. |
OperationAbortedError | Error indicating that a Channel operation was aborted. |
TimeoutError | Error indicating that a timeout has occured during a Channel operation. |