| Enum | Description |
|---|---|
| ErrorType |
Identifiers corresponding to the different errors that
Channel can throw, e.g.: ConsumerError,
TemporaryError, PermanentError and StopError |
| Exception | Description |
|---|---|
| ClientError | |
| ConsumerError |
Error raised when a channel operation fails due to the associated consumer
not being recognized by the streaming service.
|
| PermanentError |
Exception raised for an operation which would not be expected to succeed even if the operation were retried.
|
| StopError |
Exception raised for an operation which is interrupted due to the channel being stopped.
|
| TemporaryError |
Exception raised when an unexpected/unknown (but possibly recoverable) error occurs.
|