CommunicatorError

sealed interface CommunicatorError

Represents all the possible errors that a Channel can raise.

Inheritors

Types

Link copied to clipboard

Error raised because the Channel has not been initialized.

Link copied to clipboard

Error raised because the Channel has the dependency injection module not initialized.

Link copied to clipboard

Rethrow the error raised by the Protocol in the context of the Channel. This is used to propagate the underling ProtocolError to the Channel.